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
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class Activity
$activity['location'] = array(
'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();