|
|
@@ -94,19 +94,9 @@ function KerioEmail_ConfigOptions(array $params)
|
|
|
{
|
|
|
require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';
|
|
|
|
|
|
- $appContext = new AppContext();
|
|
|
-
|
|
|
- $response = $appContext->runApp(__FUNCTION__, $params);
|
|
|
-
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $params,
|
|
|
- 'Debug',
|
|
|
- $response
|
|
|
- );
|
|
|
+ $appContext = new AppContext();
|
|
|
|
|
|
- return [];
|
|
|
+ return $appContext->runApp(__FUNCTION__, $params);
|
|
|
}
|
|
|
|
|
|
function KerioEmail_AdminServicesTabFields($params)
|