syntax error in position in activity streams json

This commit is contained in:
Evan Prodromou 2011-12-31 19:05:41 -08:00
parent 3d87176ece
commit 8c9d967814

View File

@ -395,7 +395,7 @@ class Activity
$activity['location'] = array( $activity['location'] = array(
'objectType' => 'place', 'objectType' => 'place',
'position' => sprintf("%+02.5F.%+03.5F/", $loc->lat, $loc->lon); 'position' => sprintf("%+02.5F.%+03.5F/", $loc->lat, $loc->lon),
); );
$name = $loc->getName(); $name = $loc->getName();