From 2b37d013fb3c31a4d153b430abc7c6ecc03c1aee Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 18 Aug 2008 13:26:46 +0000 Subject: [PATCH] Fix for r39314 (adding the new toggles to $mToggles in User.php) --- includes/User.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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', -- 2.20.1