Make mediawiki.special.pageLanguage work again
[lhc/web/wiklou.git] / includes / specials / SpecialBlock.php
index f10c6e1..d198ea1 100644 (file)
@@ -51,6 +51,10 @@ class SpecialBlock extends FormSpecialPage {
                parent::__construct( 'Block', 'block' );
        }
 
+       public function doesWrites() {
+               return true;
+       }
+
        /**
         * Checks that the user can unblock themselves if they are trying to do so
         *