diff --git a/lib/activity.php b/lib/activity.php index cd2383808d..5074b6d205 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -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]; } }