瀏覽代碼

bugfix configoptions

andre 1 年之前
父節點
當前提交
24991aabf2
共有 2 個文件被更改,包括 9 次插入1 次删除
  1. 8 0
      core/App/Application.php
  2. 1 1
      kerioEmail.php

+ 8 - 0
core/App/Application.php

@@ -23,6 +23,14 @@ class Application
 
             $result = $controllerInstance->runController($callerName, $params);
 
+            logModuleCall(
+                'kerioEmail',
+                __FUNCTION__,
+                $params,
+                'Debug',
+                $result
+            );
+            
             return $result;
         }
         catch (\Exception $exc)

+ 1 - 1
kerioEmail.php

@@ -106,7 +106,7 @@ function KerioEmail_ConfigOptions(array $params)
         $response
     );
     
-    return [];
+    return $response;
 }
 
 function KerioEmail_AdminServicesTabFields($params)