Used index as key to retrieve proper entry
This commit is contained in:
parent
74964e7d85
commit
c236a67096
@ -120,7 +120,7 @@ class DefaultRegion implements Region
|
||||
$returnableItems = array();
|
||||
|
||||
foreach ($keysToRetrieve as $index => $key) {
|
||||
$returnableItems[$index] = $items[$key];
|
||||
$returnableItems[$index] = $items[$index];
|
||||
}
|
||||
|
||||
return $returnableItems;
|
||||
|
Loading…
Reference in New Issue
Block a user