From: Max Semenik Date: Fri, 7 Oct 2011 14:21:08 +0000 (+0000) Subject: Follow-up r99211: forgot to revert one file X-Git-Tag: 1.31.0-rc.0~27210 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=646fcb5dbd050e983f57075f5f6ffe80b13fb5bd;p=lhc%2Fweb%2Fwiklou.git Follow-up r99211: forgot to revert one file --- 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();