https://bugzilla.wikimedia.org/show_bug.cgi?id=24313
Ashar Voultoiz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #44 from Ashar Voultoiz <[email protected]> 2011-03-13 11:53:31 UTC --- Changed made to live site: Index: CommonSettings.php =================================================================== --- CommonSettings.php (revision 1616) +++ CommonSettings.php (working copy) @@ -2134,6 +2134,9 @@ } else { $wgHiddenPrefs[] = 'vector-collapsiblenav'; } + if( $wgDBname == 'enwiki' ) { + $wgHiddenPrefs[] = 'minordefault'; + } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
