From c577fe041042abfe3203edb1700b0ff0877d776e Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Fri, 15 May 2026 15:33:05 +0200
Subject: [PATCH] add MgrFiles
---
src/Vola/UploadFile/FilterExt.class.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/Vola/UploadFile/FilterExt.class.php b/src/Vola/UploadFile/FilterExt.class.php
index f8c9e41..6a379e2 100644
--- a/src/Vola/UploadFile/FilterExt.class.php
+++ b/src/Vola/UploadFile/FilterExt.class.php
@@ -24,7 +24,7 @@
public function getFilter()
{
$new = new stdClass();
- $new->titolo = $this->titolo;
+ $new->title = $this->titolo;
//riordino le chiavi
sort($this->extensions);
@@ -52,4 +52,9 @@
{
return $this->titolo;
}
+
+ public function getFilterObj()
+ {
+ return json_decode($this->getFilter());
+ }
}
\ No newline at end of file
--
Gitblit v1.8.0