@@ -23,6 +23,14 @@ class Application
$result = $controllerInstance->runController($callerName, $params);
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $params,
+ 'Debug',
+ $result
+ );
+
return $result;
}
catch (\Exception $exc)
@@ -106,7 +106,7 @@ function KerioEmail_ConfigOptions(array $params)
$response
);
- return [];
+ return $response;
function KerioEmail_AdminServicesTabFields($params)