https://bugzilla.wikimedia.org/show_bug.cgi?id=46006
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #5 from Brion Vibber <[email protected]> --- It is normal that it is empty when your extension's configuration file is being loaded, because it may be *set by* LocalSettings.php. If not set explicitly, it will be derived by other settings that may be set or overridden in LocalSettings.php. As mentioned above, either use it at runtime -- NOT at config time -- or make an initialization function ($wgSetupFunctions or whatever it's called) which get run after these auto-detected settings are filled out. -- 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
