Ver Fonte

new dns helper class

andre há 6 meses atrás
pai
commit
f4e50a7fb2
2 ficheiros alterados com 9 adições e 9 exclusões
  1. 0 9
      core/App/AppContext.php
  2. 9 0
      kerioEmail.php

+ 0 - 9
core/App/AppContext.php

@@ -28,15 +28,6 @@ class AppContext
 
     public function runApp($callerName = null, $params = [])
     {
-
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $params,
-            'Debug',
-            $callerName
-        );
-
         try
         {
             $app = new Application();

+ 9 - 0
kerioEmail.php

@@ -129,6 +129,15 @@ function KerioEmail_ClientArea($params)
     $productManager->loadByHostingId($params['serviceid']);
     $domainBaseSize = $productManager->get('domainBaseSize') ? $productManager->get('domainBaseSize') : 0;
     $acc_base = $productManager->get('acc_base') ? $productManager->get('acc_base') : 0;
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $params,
+            'Debug',
+            'test'
+        );
+
     $response = $appContext->runApp('clientarea', $params);
     $response['templateVariables']['acc_base'] = $acc_base;
     $response['templateVariables']['acc_add'] = $params['configoptions']['acc_add'] ? $params['configoptions']['acc_add'] : 0;