From 3f8f9209261d8c69dc7ef94d2311bdbff36afb66 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 6 Oct 2011 03:32:17 +0000 Subject: [PATCH] Restored ability to list out an autoblock via #NUMBER --- includes/specials/SpecialBlockList.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1