https://bugzilla.wikimedia.org/show_bug.cgi?id=71345
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Summary|Breaks Special:Preferences |WikimediaEvents breaks |on Beta |Special:Preferences on Beta --- Comment #1 from Antoine "hashar" Musso <[email protected]> --- public static function onGetBetaFeaturePreferences( User $user, array &$prefs ) { $iconpath = $coreConfig->get( 'ExtensionAssetsPath' ) . "/WikimediaEvents"; ... Obviously $coreConfig is undefined. Code was added by: https://gerrit.wikimedia.org/r/#/c/162008/ It even got cherry picked to wmf branch and deployed, but I am not able to reproduce the issue on the production wikis :-/ -- 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
