Fixing typo causing purge of accelerator cache not working. MDL-9349
This commit is contained in:
+1
-1
@@ -2397,7 +2397,7 @@ function rcache_unset_table ($table) {
|
||||
if (isset($MCACHE)) {
|
||||
// at least as long as content keys to ensure they expire
|
||||
// before the dirty flag
|
||||
$MCACHE->set($tablekey, true, $CFG->rcachettl);
|
||||
$MCACHE->set($table, true, $CFG->rcachettl);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user