Completed
Push — master ( b5ff5c...1fdb6e )
by Mark
03:08
created
action.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
 		$url = 'http://geourl.org/ping/?p=' . wl($ID, '', true);
163 163
 		$http = new DokuHTTPClient();
164 164
 		$result = $http->get($url);
165
-		dbglog ($result, "GeoURL Ping response for $url");
165
+		dbglog($result, "GeoURL Ping response for $url");
166 166
 		return $result;
167 167
 	}
168 168
 
Please login to merge, or discard this patch.