Browse Source

smaller fixes

andre 5 years ago
parent
commit
179d741794
1 changed files with 7 additions and 0 deletions
  1. 7 0
      zimbraSingle.php

+ 7 - 0
zimbraSingle.php

@@ -517,6 +517,13 @@ function zimbraSingle_CreateAccount($params)
         return false;
     }
     if($accountExists == 'bla') {
+        logModuleCall(
+            'zimbrasingle',
+            __FUNCTION__,
+            $account_name,
+            "Debug",
+            $accountExists
+        );
         return 'Account already exist';
     }
     $attrs = array();