andre 5 anni fa
parent
commit
29ba692eaf
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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;
 	}
 
 	/**