Follow-up r99211: forgot to revert one file
authorMax Semenik <maxsem@users.mediawiki.org>
Fri, 7 Oct 2011 14:21:08 +0000 (14:21 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Fri, 7 Oct 2011 14:21:08 +0000 (14:21 +0000)
includes/specials/SpecialUndelete.php

index 85f3251..1285003 100644 (file)
@@ -639,10 +639,6 @@ class SpecialUndelete extends SpecialPage {
                        return;
                }
 
-               if ( $this->getUser()->isBlocked() ) {
-                       throw new UserBlockedError( $this->getUser()->getBlock() );
-               }
-
                $this->outputHeader();
 
                $this->loadRequest();