File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
lib/internal/Magento/Framework/Config Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,18 @@ public function get($filename, $scope)
90
90
if ($ themeConfigFile
91
91
&& $ this ->rootDirectory ->isExist ($ this ->rootDirectory ->getRelativePath ($ themeConfigFile ))
92
92
) {
93
- $ iterator [$ this ->rootDirectory ->getRelativePath ($ themeConfigFile )] = $ this ->rootDirectory ->readFile (
94
- $ this ->rootDirectory ->getRelativePath ($ themeConfigFile )
95
- );
93
+ $ iterator [$ this ->rootDirectory ->getRelativePath ($ themeConfigFile )] =
94
+ $ this ->rootDirectory ->readFile (
95
+ $ this ->rootDirectory ->getRelativePath (
96
+ $ themeConfigFile
97
+ )
98
+ );
96
99
}
97
100
$ designPath =
98
- $ this ->componentRegistrar ->getPath (ComponentRegistrar::THEME , $ this ->area . '/ ' . $ this ->themePath )
99
- . '/etc/view.xml ' ;
101
+ $ this ->componentRegistrar ->getPath (
102
+ ComponentRegistrar::THEME ,
103
+ $ this ->area . '/ ' . $ this ->themePath
104
+ ) . '/etc/view.xml ' ;
100
105
if (file_exists ($ designPath )) {
101
106
try {
102
107
$ designDom = new \DOMDocument ;
You can’t perform that action at this time.
0 commit comments