Follow-up r99211: forgot to revert one file
[lhc/web/wiklou.git] / 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();