https://bugzilla.wikimedia.org/show_bug.cgi?id=29760

Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #5 from Brion Vibber <[email protected]> 2011-07-08 20:31:25 UTC 
---
Never try to call MediaWiki active code from LocalSettings.php main area --
*all* MW functions and classes should be assumed unsafe to use.

If you need to call into MediaWiki *after* basic platform initialization, use
$wgExtensionFunctions to add a callback that runs at that time.

-- 
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

Reply via email to