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:
parent
02c68ff523
commit
1768bfa04b
@ -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.
|
// it's been filled, so don't process further.
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user