forked from GNUsocial/gnu-social
		
	PHP Notice: Undefined variable: logo
It was reported in actions/apitimelinetag.php on line 142
This commit is contained in:
		@@ -139,7 +139,7 @@ class ApiTimelineTagAction extends ApiPrivateAuthAction
 | 
			
		||||
            $atom->setId($id);
 | 
			
		||||
            $atom->setTitle($title);
 | 
			
		||||
            $atom->setSubtitle($subtitle);
 | 
			
		||||
            $atom->setLogo($logo);
 | 
			
		||||
            $atom->setLogo($sitelogo);
 | 
			
		||||
            $atom->setUpdated('now');
 | 
			
		||||
 | 
			
		||||
            $atom->addLink($link);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user