Explorar el Código

bugfix different declaration

andre hace 1 año
padre
commit
6cf81a3198
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/UI/Widget/DataTable/DataTable.php

+ 1 - 1
core/UI/Widget/DataTable/DataTable.php

@@ -126,7 +126,7 @@ class DataTable extends BaseContainer implements \ThurData\Servers\KerioEmail\Co
         return $this;
     }
 
-    public function setData(\ThurData\Servers\KerioEmail\Core\UI\Interfaces\DataSetInterface $data)
+    public function setData($data = [])
     {
         $this->recordsSet = $data;