Skip to content

Commit

Permalink
ENGCOM-7713: Fixed 'Undefined class constant' error when interceptor …
Browse files Browse the repository at this point in the history
…is generated. #28797
  • Loading branch information
slavvka authored Jul 13, 2020
2 parents 78e9736 + fc9d96f commit 0456811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Theme/Block/Html/Title.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function setPageTitle($pageTitle)
private function shouldTranslateTitle(): bool
{
return $this->scopeConfig->isSetFlag(
static::XML_PATH_HEADER_TRANSLATE_TITLE,
self::XML_PATH_HEADER_TRANSLATE_TITLE,
ScopeInterface::SCOPE_STORE
);
}
Expand Down

0 comments on commit 0456811

Please sign in to comment.