Selaa lähdekoodia

smaller fixes

andre 5 vuotta sitten
vanhempi
commit
29ba692eaf
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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;
 	}
 
 	/**