quick fix: skip notice from unused variable on group atom feed generation
This commit is contained in:
		@@ -140,7 +140,7 @@ class ApiTimelineGroupAction extends ApiPrivateAuthAction
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                // @todo set all this Atom junk up inside the feed class
 | 
					                // @todo set all this Atom junk up inside the feed class
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                $atom->setId($id);
 | 
					                #$atom->setId($id);
 | 
				
			||||||
                $atom->setTitle($title);
 | 
					                $atom->setTitle($title);
 | 
				
			||||||
                $atom->setSubtitle($subtitle);
 | 
					                $atom->setSubtitle($subtitle);
 | 
				
			||||||
                $atom->setLogo($logo);
 | 
					                $atom->setLogo($logo);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user