mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-38756-m' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
896efbeadb
@ -1618,7 +1618,7 @@ class YUI_config {
|
||||
}
|
||||
|
||||
$cache = cache::make('core', 'yuimodules');
|
||||
if ($CFG->jsrev == -1) {
|
||||
if (!isset($CFG->jsrev) || $CFG->jsrev == -1) {
|
||||
$metadata = array();
|
||||
$cache->delete('metadata');
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user