Skip to content

Commit c0fdc2e

Browse files
author
Igor Miniailo
committed
Fixed MAGETWO-44938: Products aren't shown on frontend
1 parent ebc410f commit c0fdc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function get($filename, $scope)
109109
$iterator[$designPath] = $designDom->saveXML();
110110
} catch (\Exception $e) {
111111
throw new \Magento\Framework\Exception\LocalizedException(
112-
__('Could not read config file')
112+
new \Magento\Framework\Phrase('Could not read config file')
113113
);
114114
}
115115
}

0 commit comments

Comments
 (0)