]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupaction.php
Minor typing stuff and syntax fixes
[quix0rs-gnu-social.git] / lib / groupaction.php
index 6e33cb321be31d0151c3d0992adb29ac3d4dafae..ede0e3100f4439f393f1ae7d2e15a47cacb1f166 100644 (file)
@@ -227,10 +227,6 @@ class GroupAction extends Action
     {
         $blocked = $this->group->getBlocked(0, MEMBERS_PER_SECTION);
 
-        if (!$blocked) {
-            return;
-        }
-
         $this->elementStart('div', array('id' => 'entity_blocked',
                                          'class' => 'section'));