https://bugzilla.wikimedia.org/show_bug.cgi?id=46006
--- Comment #1 from Brion Vibber <[email protected]> --- You should only use things like $wgExtensionAssetsPath *after* basic initialziation, or it probably won't be set yet. Use it at general runtime -- when using something -- or from an initialization function. (Same really goes for $wgScriptPath as it can be customized, though usually the autodetected value will already be set correctly.) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
