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 790381b commit 625dc56Copy full SHA for 625dc56
app/code/Magento/Theme/Block/Html/Footer.php
@@ -93,7 +93,7 @@ public function getCopyright()
93
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
94
);
95
}
96
- return $this->replaceCurrentYear(__($this->_copyright));
+ return $this->replaceCurrentYear((string)__($this->_copyright));
97
98
99
/**
0 commit comments