From: Siebrand Mazeland Date: Mon, 18 Aug 2008 13:26:46 +0000 (+0000) Subject: Fix for r39314 (adding the new toggles to $mToggles in User.php) X-Git-Tag: 1.31.0-rc.0~45837 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=2b37d013fb3c31a4d153b430abc7c6ecc03c1aee;p=lhc%2Fweb%2Fwiklou.git Fix for r39314 (adding the new toggles to $mToggles in User.php) --- diff --git a/includes/User.php b/includes/User.php index 629b8fbf28..e5cb7226fa 100644 --- a/includes/User.php +++ b/includes/User.php @@ -82,9 +82,11 @@ class User { 'showjumplinks', 'uselivepreview', 'forceeditsummary', - 'watchlisthideown', - 'watchlisthidebots', 'watchlisthideminor', + 'watchlisthidebots', + 'watchlisthideown', + 'watchlisthideanons', + 'watchlisthideliu', 'ccmeonemails', 'diffonly', 'showhiddencats',