(bug 20471) In update.php, disable the LocalisationCache storage backend before Setup...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 4 Sep 2009 02:03:23 +0000 (02:03 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 4 Sep 2009 02:03:23 +0000 (02:03 +0000)
commit25a5344514408dd3d83c0acf34663f130337a604
tree79cf91feaa7bf272d814976bb1a8f804a79ca695
parent80be14530c7e0748fa9b6a01ad045f5d37b48cc3
(bug 20471) In update.php, disable the LocalisationCache storage backend before Setup.php is run, to avoid having extensions die when they try to access the l10n_cache table from $wgExtensionSetupFunctions.
maintenance/update.php