]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/atomgroupnoticefeed.php
[XML/HTML Outputter] General improvements and refactoring as well as some bug fixes
[quix0rs-gnu-social.git] / lib / atomgroupnoticefeed.php
index 5b6fcf42952b1e24ee255234b16157907b8cfb07..945d9fca2f54be2bc7f21da03b6e3f867d7d284d 100644 (file)
@@ -114,6 +114,6 @@ class AtomGroupNoticeFeed extends AtomNoticeFeed
 
         $attrs['member_count'] = $this->group->getMemberCount();
 
-        $this->element('statusnet:group_info', $attrs, null);
+        $this->element('statusnet:group_info', $attrs);
     }
 }