Răsfoiți Sursa

bugfix configoptions

andre 1 an în urmă
părinte
comite
9fcfba7327
1 a modificat fișierele cu 2 adăugiri și 12 ștergeri
  1. 2 12
      kerioEmail.php

+ 2 - 12
kerioEmail.php

@@ -94,19 +94,9 @@ function KerioEmail_ConfigOptions(array $params)
 {
 {
     require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';
     require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';
     
     
-    $appContext = new AppContext();
-
-    $response = $appContext->runApp(__FUNCTION__, $params);
-    
-    logModuleCall(
-        'kerioEmail',
-        __FUNCTION__,
-        $params,
-        'Debug',
-        $response
-    );
+    $appContext = new AppContext();    
     
     
-    return [];
+    return $appContext->runApp(__FUNCTION__, $params);
 }
 }
 
 
 function KerioEmail_AdminServicesTabFields($params)
 function KerioEmail_AdminServicesTabFields($params)