Browse Source

new settings section

andre 6 tháng trước cách đây
mục cha
commit
c123c44f91
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      app/UI/Client/Setting/Pages/Settings.php

+ 7 - 0
app/UI/Client/Setting/Pages/Settings.php

@@ -197,6 +197,13 @@ class Settings extends DataTable implements ClientArea
             ];
             $data[] = $tmp;
         }
+            logModuleCall(
+                'kerioEmail',
+                __FUNCTION__,
+                $data,
+                'Debug Data',
+                ''
+            );
 
         $dataProv = new ArrayDataProvider();
         $dataProv->setDefaultSorting('setting', 'ASC')->setData($data);