Ver código fonte

bugfix configoptions

andre 1 ano atrás
pai
commit
24991aabf2
2 arquivos alterados com 9 adições e 1 exclusões
  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);
             $result = $controllerInstance->runController($callerName, $params);
 
 
+            logModuleCall(
+                'kerioEmail',
+                __FUNCTION__,
+                $params,
+                'Debug',
+                $result
+            );
+            
             return $result;
             return $result;
         }
         }
         catch (\Exception $exc)
         catch (\Exception $exc)

+ 1 - 1
kerioEmail.php

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