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()); } }