andre 4 years ago
parent
commit
4ddb5c9f12
1 changed files with 2 additions and 1 deletions
  1. 2 1
      zimbraAddressAvailable.php

+ 2 - 1
zimbraAddressAvailable.php

@@ -56,7 +56,8 @@ if(is_a($login, 'Exception')) {
 		__FUNCTION__,
 		__FUNCTION__,
 		$accessData,
 		$accessData,
 		'Error: cannot login to ' . $accessData['zimbraServer'],
 		'Error: cannot login to ' . $accessData['zimbraServer'],
-		$login->getMessage()	);
+		$login->getMessage()
+	);
 	exit();
 	exit();
 } else {
 } else {
 	$apiAccountManager = new Zm_Account($api);
 	$apiAccountManager = new Zm_Account($api);