Issue #3201956 by bogdan.rizescu, joachim: call to mapFromStorageRecords() with a surplus parameter

merge-requests/405/head
Alex Pott 2021-03-08 13:04:59 +00:00
parent 39e442948d
commit 5373cd02b2
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class ConfigEntityStorage extends EntityStorageBase implements ConfigEntityStora
$records[$id] = $this->overrideFree ? $config->getOriginal(NULL, FALSE) : $config->get();
$configs[$id] = $config;
}
$entities = $this->mapFromStorageRecords($records, $configs);
$entities = $this->mapFromStorageRecords($records);
// Config entities wrap config objects, and therefore they need to inherit
// the cacheability metadata of config objects (to ensure e.g. additional