forked from GNUsocial/gnu-social
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
This commit is contained in:
@@ -102,7 +102,7 @@ function importActivityStream($user, $doc)
|
||||
for ($i = $entries->length - 1; $i >= 0; $i--) {
|
||||
$entry = $entries->item($i);
|
||||
$activity = new Activity($entry, $feed);
|
||||
$object = $activity->object;
|
||||
$object = $activity->objects[0];
|
||||
if (!have_option('q', 'quiet')) {
|
||||
print $activity->content . "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user