]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
quick fix: skip notice from unused variable on group atom feed generation
authorBrion Vibber <brion@pobox.com>
Wed, 3 Mar 2010 21:00:09 +0000 (13:00 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 3 Mar 2010 21:00:09 +0000 (13:00 -0800)
actions/apitimelinegroup.php

index d0af49844c64957dadd3cc0902d192051b9e8088..e30a08fb5d0db7830c7928d8fa5d1d6b6e474947 100644 (file)
@@ -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);