Merge "Add --rootpage parameter to importDump.php"
[lhc/web/wiklou.git] / includes / specials / SpecialWatchlist.php
index 68dc9ab..c894a79 100644 (file)
@@ -444,7 +444,7 @@ class SpecialWatchlist extends ChangesListSpecialPage {
                );
 
                if ( $this->getConfig()->get( 'RCWatchCategoryMembership' ) ) {
-                       $filters['hidecategorization'] = 'rcshowhidecategorization';
+                       $filters['hidecategorization'] = 'wlshowhidecategorization';
                }
 
                foreach ( $this->getCustomFilters() as $key => $params ) {