Merge branch 'MDL-42012-38-alt' of git://github.com/andrewnicols/moodle into MOODLE_38_STABLE

This commit is contained in:
Jun Pataleta
2020-09-15 11:48:24 +08:00
+1 -1
View File
@@ -84,7 +84,7 @@ class cache_disabled extends cache {
return $this->get_datasource()->load_many_for_cache($keys);
}
return $return;
return array_combine($keys, array_fill(0, count($keys), false));
}
/**