Explorar o código

bugfix different declaration

andre hai 1 ano
pai
achega
6cf81a3198
Modificáronse 1 ficheiros con 1 adicións e 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;