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 a9510d3 commit f2c313fCopy full SHA for f2c313f
lib/internal/Magento/Framework/View/Config.php
@@ -62,7 +62,7 @@ public function getViewConfig(array $params = [])
62
if (isset($params['themeModel'])) {
63
/** @var \Magento\Framework\View\Design\ThemeInterface $currentTheme */
64
$currentTheme = $params['themeModel'];
65
- $key = $currentTheme->getCode();
+ $key = $currentTheme->getFullPath();
66
if (isset($this->viewConfigs[$key])) {
67
return $this->viewConfigs[$key];
68
}
0 commit comments