mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-36466 cache: disabled caching during installation and upgrade
This commit is contained in:
parent
3680c61a3c
commit
3308259062
3 changed files with 15 additions and 0 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue