Browse Source

smaller fixes

andre 5 years ago
parent
commit
ed75dbe087
1 changed files with 1 additions and 8 deletions
  1. 1 8
      zimbraSingle.php

+ 1 - 8
zimbraSingle.php

@@ -516,14 +516,7 @@ function zimbraSingle_CreateAccount($params)
         );
         return false;
     }
-    logModuleCall(
-        'zimbrasingle',
-        __FUNCTION__,
-        $params,
-        "Debug",
-        $accountExists
-    );
-    if($accountExists) {
+    if(!$accountExists) {
         return 'Account already exist';
     }
     $attrs = array();