X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialWatchlist.php;h=df9d363989ba0ec55eb0d40fb4c3ae60bf1e0185;hb=61b2f07f6b4eb3ff676130126b40f519e125690c;hp=ca3386cf3cb83ce2261ab2df2d9a1d4f8fef34df;hpb=48db38da9308d9f7ce3702f675910b74e7c42929;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index ca3386cf3c..df9d363989 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -428,7 +428,7 @@ class SpecialWatchlist extends ChangesListSpecialPage { $filters[$key] = $params['msg']; } // Disable some if needed - if ( !$user->useNPPatrol() ) { + if ( !$user->useRCPatrol() ) { unset( $filters['hidepatrolled'] ); }