From: Brion Vibber Date: Wed, 3 Mar 2010 21:00:09 +0000 (-0800) Subject: quick fix: skip notice from unused variable on group atom feed generation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c04c8ae59a7953a21cc464a49b657dfdc926e009;p=quix0rs-gnu-social.git quick fix: skip notice from unused variable on group atom feed generation --- diff --git a/actions/apitimelinegroup.php b/actions/apitimelinegroup.php index d0af49844c..e30a08fb5d 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);