andre 2 лет назад
Родитель
Сommit
baf3bebd62
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/UI/Client/DistributionList/Pages/Lists.php

+ 1 - 1
app/UI/Client/DistributionList/Pages/Lists.php

@@ -97,7 +97,7 @@ class Lists extends DataTable implements ClientArea
             return ['error' => $error->getMessage()];
         }
 
-        $listQuery = araay('id','name');
+        $listQuery = array('id','name');
         $data = [];
         foreach($lists as $list)
         {