quick fix: skip notice from unused variable on group atom feed generation

This commit is contained in:
Brion Vibber 2010-03-03 13:00:09 -08:00
parent 7e5bf39f76
commit c04c8ae59a
1 changed files with 1 additions and 1 deletions

View File

@ -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);