andre 1 год назад
Родитель
Сommit
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)