From 646fcb5dbd050e983f57075f5f6ffe80b13fb5bd Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 7 Oct 2011 14:21:08 +0000 Subject: [PATCH] Follow-up r99211: forgot to revert one file --- includes/specials/SpecialUndelete.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index 85f32513ae..1285003281 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -639,10 +639,6 @@ class SpecialUndelete extends SpecialPage { return; } - if ( $this->getUser()->isBlocked() ) { - throw new UserBlockedError( $this->getUser()->getBlock() ); - } - $this->outputHeader(); $this->loadRequest(); -- 2.20.1