mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-53206 caching: Remove accidental use of fullresult variable
This commit is contained in:
parent
57853ea8f9
commit
d96a4e2a59
1
cache/classes/loaders.php
vendored
1
cache/classes/loaders.php
vendored
@ -1927,7 +1927,6 @@ class cache_session extends cache {
|
||||
// Call the function to unreference it (in the best way possible).
|
||||
$value = $this->unref($value);
|
||||
}
|
||||
$fullresult[$parsedkeys[$key]] = $value;
|
||||
$return[$key] = $value;
|
||||
if ($value === false) {
|
||||
$hasmissingkeys = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user