We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3712172 + 8fba283 commit 019e6e8Copy full SHA for 019e6e8
src/Geolocation.php
@@ -73,7 +73,7 @@ protected function doCall(array $parameters = array())
73
curl_setopt($curl, CURLOPT_URL, $this->createUrl($parameters));
74
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
75
curl_setopt($curl, CURLOPT_TIMEOUT, 10);
76
- if (ini_get('open_basedir') == '' && ini_get('safe_mode' == 'Off')) {
+ if (ini_get('open_basedir') == '' && ini_get('safe_mode') == 'Off') {
77
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
78
}
79
0 commit comments