forked from GNUsocial/gnu-social
		
	Bad variable in Message::asActivity()
This commit is contained in:
		@@ -187,7 +187,7 @@ class Message extends Managed_DataObject
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
            $act->actor            = ActivityObject::fromProfile($profile);
 | 
					            $act->actor            = ActivityObject::fromProfile($profile);
 | 
				
			||||||
            $act->actor->extra[]   = $profile->profileInfo($cur);
 | 
					            $act->actor->extra[]   = $profile->profileInfo();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            $act->verb = ActivityVerb::POST;
 | 
					            $act->verb = ActivityVerb::POST;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user