MDL-69005 cache: fix private $store access in loader.
This commit is contained in:
Vendored
+1
-1
@@ -2097,7 +2097,7 @@ class cache_session extends cache {
|
||||
}
|
||||
$successfullyset = $this->get_store()->set_many($data);
|
||||
if ($this->perfdebug && $successfullyset) {
|
||||
cache_helper::record_cache_set($this->store, $this->get_definition(), $successfullyset);
|
||||
cache_helper::record_cache_set($this->get_store(), $this->get_definition(), $successfullyset);
|
||||
}
|
||||
return $successfullyset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user