MDL-36466 cache: disabled caching during installation and upgrade

This commit is contained in:
Sam Hemelryk 2012-11-13 15:32:57 +13:00
parent 3680c61a3c
commit 3308259062
3 changed files with 15 additions and 0 deletions

View file

@ -220,6 +220,9 @@ $hint_dataroot = '';
$hint_admindir = '';
$hint_database = '';
// Disable the cache API.
cache_factory::disable();
// Are we in help mode?
if (isset($_GET['help'])) {
install_print_help_page($_GET['help']);