Procházet zdrojové kódy

bugfix configoptions

andre před 1 rokem
rodič
revize
24991aabf2
2 změnil soubory, kde provedl 9 přidání a 1 odebrání
  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)