From: Brion Vibber Date: Thu, 10 Jun 2010 17:30:07 +0000 (-0700) Subject: Ticket #2349: fix for Geonames semantic reference URLs in FOAF output (corrects a... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=1768bfa04b2c046fd21657d47782250872f5687b;p=quix0rs-gnu-social.git Ticket #2349: fix for Geonames semantic reference URLs in FOAF output (corrects a typo in the patch added in 4463768b) --- diff --git a/plugins/GeonamesPlugin.php b/plugins/GeonamesPlugin.php index bc5899943b..3815a31fa6 100644 --- a/plugins/GeonamesPlugin.php +++ b/plugins/GeonamesPlugin.php @@ -376,7 +376,7 @@ class GeonamesPlugin extends Plugin return true; } - $url = 'http://sw.geonames.org/' . $location->location_id . '/'; + $url = 'http://sws.geonames.org/' . $location->location_id . '/'; // it's been filled, so don't process further. return false;