Better output for shares

This commit is contained in:
Evan Prodromou 2013-06-25 22:26:27 -04:00
parent 0a23946e6b
commit 557105b86d
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];
}
}