From: Niklas Laxström Date: Tue, 13 May 2008 06:20:03 +0000 (+0000) Subject: * Lets fix the other one too :) X-Git-Tag: 1.31.0-rc.0~47678 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=cc3b6374c33991d326beb6be7856494a4edcb635;p=lhc%2Fweb%2Fwiklou.git * Lets fix the other one too :) --- diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index 5cc0fcdee1..98572df94a 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -135,7 +135,7 @@ class NewPagesForm { // Disable some if needed if ( $wgGroupPermissions['*']['createpage'] !== true ) - unset($hidelinks['hideliu']); + unset($filters['hideliu']); if ( $wgUser->useNPPatrol() ) unset($filters['hidepatrolled']);