Kill all other uses of $wgHooks in includeExtensions() other than LoadExtensionSchema...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 1 Mar 2011 17:54:15 +0000 (17:54 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 1 Mar 2011 17:54:15 +0000 (17:54 +0000)
commit5402421c95a7a26401b24662226b560806606d59
tree2b517f2a5e1d92ec2a14cd093a77190dcf6b4b31
parentd382f7be381e26ff4c1cf60149ad671241034b76
Kill all other uses of $wgHooks in includeExtensions() other than LoadExtensionSchemaUpdates (which is the *only* one we want). People do stupid stuff in places like ParserFirstCallInit, and we don't want to risk them doing something like opening a DB connection or other things that are gonna fail
includes/installer/Installer.php