Browse Source

new settings section

andre 5 months ago
parent
commit
c123c44f91
1 changed files with 7 additions and 0 deletions
  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);