Browse Source

smaller fixes

andre 5 years ago
parent
commit
29ba692eaf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      api/Zm/Account.php

+ 2 - 1
api/Zm/Account.php

@@ -259,7 +259,8 @@ class Zm_Account
 			$result = $exception;
 		}
 
-		return (!is_a($result, "Exception"));
+		//return (!is_a($result, "Exception"));
+		return $result;
 	}
 
 	/**