@@ -149,7 +149,7 @@ |
||
149 | 149 | $code |
150 | 150 | ); |
151 | 151 | |
152 | - if( isset($xml->Response->Error->ErrorLocation, $xml->Response->Error->ErrorLocation->ErrorLocationElementName) ) { |
|
152 | + if (isset($xml->Response->Error->ErrorLocation, $xml->Response->Error->ErrorLocation->ErrorLocationElementName)) { |
|
153 | 153 | $message .= sprintf( |
154 | 154 | ' (Error location: %s)', |
155 | 155 | $xml->Response->Error->ErrorLocation->ErrorLocationElementName |