https://bugzilla.wikimedia.org/show_bug.cgi?id=27078
xenocidic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from xenocidic <[email protected]> 2011-06-21 12:30:05 UTC --- There appears to be a bit of an issue with the settings, according to Aaron Schulz: Looks to be configured wrongly, looking at CommonSetting.php. The "extract( $globals );" line is before the include() line for checkuser, so the settings probably just gets overwritten with the default no matter what. I suppose the InitialiseSettings.php entry should use the $wgm_ format instead (with the CommonSettings check). -- 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
