瀏覽代碼

smaller fixes

andre 5 年之前
父節點
當前提交
c8c3b270a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

@@ -516,7 +516,7 @@ function zimbraSingle_CreateAccount($params)
         );
         return false;
     }
-    if(!$accountExists) {
+    if($accountExists === true) {
         return 'Account already exist';
     }
     $attrs = array();