We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5382993 commit 2ec7e7dCopy full SHA for 2ec7e7d
lib/internal/Magento/Framework/View/Layout/ScheduledStructure.php
@@ -99,10 +99,7 @@ public function getListToMove()
99
*/
100
public function getListToRemove()
101
{
102
- return array_keys(array_intersect_key(
103
- $this->_scheduledElements,
104
- array_merge($this->_scheduledRemoves, $this->_brokenParent)
105
- ));
+ return array_keys(array_intersect_key($this->_scheduledElements, $this->_scheduledRemoves));
106
}
107
108
/**
0 commit comments