Enable RCFilters app on Watchlist
[lhc/web/wiklou.git] / includes / specials / SpecialAllPages.php
index fd7bc3f..4d84e31 100644 (file)
@@ -44,8 +44,6 @@ class SpecialAllPages extends IncludableSpecialPage {
        protected $nsfromMsg = 'allpagesfrom';
 
        /**
-        * Constructor
-        *
         * @param string $name Name of the special page, as seen in links and URLs (default: 'Allpages')
         */
        function __construct( $name = 'Allpages' ) {
@@ -140,7 +138,7 @@ class SpecialAllPages extends IncludableSpecialPage {
                ];
 
                if ( $miserMode ) {
-                       unset ( $fields['hideredirects'] );
+                       unset( $fields['hideredirects'] );
                }
 
                $form = HTMLForm::factory( 'table', $fields, $this->getContext() );