diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-03 13:00:09 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-03 13:00:09 -0800 |
commit | c04c8ae59a7953a21cc464a49b657dfdc926e009 (patch) | |
tree | b4acecc8792fb3f43a9f6e5a27eb6739dc2da5eb /actions | |
parent | 7e5bf39f768e3c97ddb5b82ad20a690b674f1f47 (diff) |
quick fix: skip notice from unused variable on group atom feed generation
Diffstat (limited to 'actions')
-rw-r--r-- | actions/apitimelinegroup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelinegroup.php b/actions/apitimelinegroup.php index d0af49844..e30a08fb5 100644 --- a/actions/apitimelinegroup.php +++ b/actions/apitimelinegroup.php @@ -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); |