From fc5cefc7766fd5d1e2699c12184147ffe17afc9c Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2019 18:04:36 +0200
Subject: [PATCH] Try to fix problema UTF-8 con carattere non stampabile

---
 src/Vola/UploadFile/FilterExt.class.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/Vola/UploadFile/FilterExt.class.php b/src/Vola/UploadFile/FilterExt.class.php
index 4de5dc6..6a379e2 100644
--- a/src/Vola/UploadFile/FilterExt.class.php
+++ b/src/Vola/UploadFile/FilterExt.class.php
@@ -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