andre 5 лет назад
Родитель
Сommit
29ba692eaf
1 измененных файлов с 2 добавлено и 1 удалено
  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;
 	}
 
 	/**