MDL-37225 reset cachstore_static store when purging
This commit is contained in:
Vendored
+1
@@ -357,6 +357,7 @@ class cachestore_static extends static_data_store implements cache_is_key_aware
|
||||
*/
|
||||
public function purge() {
|
||||
$this->flush_store_by_id($this->storeid);
|
||||
$this->store = &self::register_store_id($this->storeid);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user