mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'wip-MDL-49572-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
5362e3ca3a
2
cache/classes/helper.php
vendored
2
cache/classes/helper.php
vendored
@ -318,6 +318,8 @@ class cache_helper {
|
||||
$definitionkey = $definition->get_component().'/'.$definition->get_area();
|
||||
if (isset($inuse[$definitionkey])) {
|
||||
$inuse[$definitionkey]->purge();
|
||||
} else {
|
||||
cache::make($definition->get_component(), $definition->get_area())->purge();
|
||||
}
|
||||
|
||||
// We should only log events for application and session caches.
|
||||
|
Loading…
x
Reference in New Issue
Block a user