]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Directory/lib/sortablegrouplist.php
[XML/HTML Outputter] General improvements and refactoring as well as some bug fixes
[quix0rs-gnu-social.git] / plugins / Directory / lib / sortablegrouplist.php
index 0da705e9195a2527afe3cbe9daf9b55395db26eb..7f4e042ce7aad9669dc1ad0c530c0c0522385ae1 100644 (file)
@@ -97,7 +97,7 @@ class SortableGroupList extends SortableSubscriptionList
 
         // TRANS: Column header in table for members of a group.
         $this->out->element('th', array('id' => 'Members'), _m('Members'));
-        $this->out->element('th', array('id' => 'controls'), null);
+        $this->out->element('th', array('id' => 'controls'));
 
         $this->out->elementEnd('tr');
         $this->out->elementEnd('thead');