Skip to content

Commit 1a9b846

Browse files
MAGETWO-15371: view.xml file inheritance not working properly
1 parent b1c0128 commit 1a9b846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/Config/FileResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public function getParents($filename, $scope)
137137
if (file_exists($designPath)) {
138138
try {
139139
$iterator = $this->getParentConfigs($this->currentTheme, []);
140-
141140
} catch (\Exception $e) {
142141
throw new \Magento\Framework\Exception\LocalizedException(
143142
new \Magento\Framework\Phrase('Could not read config file')

0 commit comments

Comments
 (0)