diff --git a/core/lib/Drupal/Core/Cache/MultiBackend.php b/core/lib/Drupal/Core/Cache/MultiBackend.php index 40dac01..1090902 100644 --- a/core/lib/Drupal/Core/Cache/MultiBackend.php +++ b/core/lib/Drupal/Core/Cache/MultiBackend.php @@ -275,7 +275,7 @@ protected function preloadMultiple() { } $this->multiCids = $multi_cid_items; - $this->cacheItems = $this->cacheBackend->getMultiple($this->multiCids); + $this->cacheItems = $this->cacheBackend->getMultiple($multi_cid_items); // If the loaded items and the multi cids are different reset them. if (array_diff_key($this->cacheItems, $this->multiCids)) {