Configure extension: With DB handler, defer wfConfigureSetup() to a new hook, SetupAf...
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 10 Dec 2008 23:15:50 +0000 (23:15 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 10 Dec 2008 23:15:50 +0000 (23:15 +0000)
commit01f9908a0f929bc2c5f1fd3a6785b1099b7d74d1
treee2c0c6096d6a02877336f8aa540eeab8f4420b92
parent26486f91eec530c1dce4657c5d08179d4682acc6
Configure extension: With DB handler, defer wfConfigureSetup() to a new hook, SetupAfterCache, which, as the name implies, is executed in Setup.php, after caches are initialised.
This avoids some weird issues with Configure and maintenance scripts.
includes/Setup.php