andre 5 лет назад
Родитель
Сommit
3279c15dd9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/Zm/Account.php

+ 1 - 1
api/Zm/Account.php

@@ -154,7 +154,7 @@ class Zm_Account
 				$params
 				$params
 			);
 			);
 
 
-			$result = getSoapAttribute($result['SOAP:ENVELOPE']['SOAP:BODY']['GETACCOUNTINFORESPONSE']);
+			$result = $result['SOAP:ENVELOPE']['SOAP:BODY']['GETACCOUNTINFORESPONSE'];
 		}
 		}
 		catch (SoapFault $exception)
 		catch (SoapFault $exception)
 		{
 		{