andre 2 лет назад
Родитель
Сommit
2758d8e852
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      app/UI/Client/Ressource/Pages/Ressources.php

+ 8 - 0
app/UI/Client/Ressource/Pages/Ressources.php

@@ -206,6 +206,14 @@ class Ressources extends DataTable implements ClientArea
             $data[] = $ressourceArray;
         }
 
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $data,
+            'Debug Error',
+            $ressources
+        );
+
         $dataProv = new ArrayDataProvider();
         $dataProv->setDefaultSorting('ressource', 'ASC')->setData($data);