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