Browse Source

lang keys

andre 5 months ago
parent
commit
bbfb0d4210
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/UI/Client/Setting/Pages/Settings.php

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

@@ -83,6 +83,14 @@ class Settings extends DataTable implements ClientArea
         $status = self::STATUS_LABEL[$row[$key]] ? self::STATUS_LABEL[$row[$key]] : self::STATUS_LABEL['default'];
         $label = di('lang')->absoluteT('kerio','setting','mx','status',$row[$key]);
 
+            logModuleCall(
+                'kerioEmail',
+                __FUNCTION__,
+                $status,
+                'Debug Status',
+                $label
+            );
+
         $field = new EnabledField();
         $field->setRawType($status);
         $field->setRawTitle($label);