Ticket #2349: fix for Geonames semantic reference URLs in FOAF output (corrects a typo in the patch added in 4463768b)

This commit is contained in:
Brion Vibber 2010-06-10 10:30:07 -07:00
parent 02c68ff523
commit 1768bfa04b
1 changed files with 1 additions and 1 deletions

View File

@ -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;