https://bugzilla.wikimedia.org/show_bug.cgi?id=51643
Daniel Kinzler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Daniel Kinzler <[email protected]> --- This should not happen at all: Bad initialization order: When running the Wikibase repository extension and the WikibaseClient extension on the same wiki, WikibaseClient has to be included AFTER the repository. There should currently be no Wikimedia site running both these extensions. Or does this only happen with localization updates, because that loads everything? Anyway, $wgExtensionFunctions[] is not an option: the include order is enforced to avoid overriding of default settings, which of course are applied directly when the extension is included in LocalSettings. I do not see a way to use $wgExtensionFunctions to improve the situation. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
