Browse Source

bugfix configoptions

andre 1 year ago
parent
commit
bccdcb00e5
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
         $response
     );
     );
     
     
-    return [$response];
+    return $response;
 }
 }
 
 
 function KerioEmail_AdminServicesTabFields($params)
 function KerioEmail_AdminServicesTabFields($params)