Kaynağa Gözat

bugfix configoptions

andre 1 yıl önce
ebeveyn
işleme
9fcfba7327
1 değiştirilmiş dosya ile 2 ekleme ve 12 silme
  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';
     
-    $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)