]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket #2349: fix for Geonames semantic reference URLs in FOAF output (corrects a...
authorBrion Vibber <brion@pobox.com>
Thu, 10 Jun 2010 17:30:07 +0000 (10:30 -0700)
committerBrion Vibber <brion@pobox.com>
Thu, 10 Jun 2010 17:30:07 +0000 (10:30 -0700)
plugins/GeonamesPlugin.php

index bc5899943beab5594abee3ec9495cf12b66d2d2f..3815a31fa681d90ed8b1fb8782f4791918bd18f4 100644 (file)
@@ -376,7 +376,7 @@ class GeonamesPlugin extends Plugin
             return true;
         }
 
             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;
 
         // it's been filled, so don't process further.
         return false;