andre vor 5 Monaten
Ursprung
Commit
cb57c63798

+ 2 - 9
app/UI/Client/Setting/Forms/InfoForm.php

@@ -31,7 +31,8 @@ class InfoForm extends BaseForm implements ClientArea
 
     private function initFields()
     {
-        $message = di('lang')->absoluteT('dnsinfomessage');
+//        $message = di('lang')->absoluteT('dnsinfomessage');
+        $message = 'dnsinfomessage';
         $this->setConfirmMessage("DNS Information");
         $this->addInternalAlert($message, 'info', 100);
         $this->addField(new Hidden("id"));
@@ -57,13 +58,5 @@ class InfoForm extends BaseForm implements ClientArea
         $this->addField(new Text("dmarc"));
         $this->addField(new Text("dkim"));
 
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $this->dataProvider,
-            'Debug Data',
-            $this
-        );
-
     }
 }

+ 0 - 11
app/UI/Client/Setting/Providers/InfoSettingDataProvider.php

@@ -128,16 +128,5 @@ class InfoSettingDataProvider extends BaseDataProvider
     public function update()
     {
 
-    }
-    public function info()
-    {
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $this->data,
-            'Debug Info',
-            $this->actionElementId
-        );
-        
     }
 }