]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Pass null to Profile::profileInfo()
authorEvan Prodromou <evan@e14n.com>
Sun, 9 Jun 2013 01:12:29 +0000 (21:12 -0400)
committerEvan Prodromou <evan@e14n.com>
Sun, 9 Jun 2013 01:12:29 +0000 (21:12 -0400)
classes/Message.php

index d19d3f3c8064279279f76b3363bf175b653be8d5..7fe626ec577524aea78e7af1321c87ce192aecc0 100644 (file)
@@ -187,7 +187,7 @@ class Message extends Managed_DataObject
             }
             
             $act->actor            = ActivityObject::fromProfile($profile);
-            $act->actor->extra[]   = $profile->profileInfo();
+            $act->actor->extra[]   = $profile->profileInfo(null);
 
             $act->verb = ActivityVerb::POST;