]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinegroup.php
quick fix: skip notice from unused variable on group atom feed generation
[quix0rs-gnu-social.git] / 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);