Better output for shares

This commit is contained in:
Evan Prodromou 2013-06-25 22:26:27 -04:00
parent 7a5bd495c5
commit 37bbb96e1b
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ class Activity
// Sharing a post activity is more like sharing the original object
if ($this->verb == 'share' && $object->verb == 'post') {
// XXX: Here's one for the obfuscation record books
$object = $object->object;
$object = $object->objects[0];
}
}