From: Aaron Schulz Date: Thu, 6 Oct 2011 03:32:17 +0000 (+0000) Subject: Restored ability to list out an autoblock via #NUMBER X-Git-Tag: 1.31.0-rc.0~27245 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=3f8f9209261d8c69dc7ef94d2311bdbff36afb66;p=lhc%2Fweb%2Fwiklou.git Restored ability to list out an autoblock via #NUMBER --- diff --git a/includes/specials/SpecialBlockList.php b/includes/specials/SpecialBlockList.php index 90405d8b6f..1b7d92c5f4 100644 --- a/includes/specials/SpecialBlockList.php +++ b/includes/specials/SpecialBlockList.php @@ -107,6 +107,7 @@ class SpecialBlockList extends SpecialPage { switch( $type ){ case Block::TYPE_ID: + case Block::TYPE_AUTO: $conds['ipb_id'] = $target; break;