|
@@ -127,7 +127,7 @@ |
|
|
block discarded – undo |
|
127
|
127
|
$error_message = $array_response[GoogleMapsResponseFields::ERROR_MESSAGE]; |
|
128
|
128
|
$this->setErrorMessage($error_message); |
|
129
|
129
|
} elseif (!empty($array_response[GoogleMapsResponseFields::STATUS])) { |
|
130
|
|
- $error_message .= ': ' . $array_response[GoogleMapsResponseFields::STATUS]; |
|
|
130
|
+ $error_message .= ': '.$array_response[GoogleMapsResponseFields::STATUS]; |
|
131
|
131
|
$this->setErrorMessage($error_message); |
|
132
|
132
|
} |
|
133
|
133
|
throw new RequestException($error_message); |
Please login to merge, or discard this patch.