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