Skip to content

Commit 625dc56

Browse files
amenkihor-sviziev
andauthored
Update app/code/Magento/Theme/Block/Html/Footer.php
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
1 parent 790381b commit 625dc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Block/Html/Footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function getCopyright()
9393
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
9494
);
9595
}
96-
return $this->replaceCurrentYear(__($this->_copyright));
96+
return $this->replaceCurrentYear((string)__($this->_copyright));
9797
}
9898

9999
/**

0 commit comments

Comments
 (0)