소스 검색

bugfix configoptions

andre 1 년 전
부모
커밋
551fcb0369
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)