Explorar el Código

smaller fixes

andre hace 5 años
padre
commit
29ba692eaf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      api/Zm/Account.php

+ 2 - 1
api/Zm/Account.php

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