Restored ability to list out an autoblock via #NUMBER
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 6 Oct 2011 03:32:17 +0000 (03:32 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 6 Oct 2011 03:32:17 +0000 (03:32 +0000)
includes/specials/SpecialBlockList.php

index 90405d8..1b7d92c 100644 (file)
@@ -107,6 +107,7 @@ class SpecialBlockList extends SpecialPage {
 
                        switch( $type ){
                                case Block::TYPE_ID:
+                               case Block::TYPE_AUTO:
                                        $conds['ipb_id'] = $target;
                                        break;