Browse Source

bugfix configoptions

andre 1 year ago
parent
commit
41f7d3636f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kerioEmail.php

+ 1 - 1
kerioEmail.php

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