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.
2 parents a6fdbe5 + f060dc3 commit ebb23cbCopy full SHA for ebb23cb
engine/Shopware/Plugins/Default/Frontend/Seo/Bootstrap.php
@@ -147,7 +147,7 @@ public function onPostDispatch(Enlight_Controller_ActionEventArgs $args)
147
$view->assign('SeoMetaDescription', $metaDescription);
148
}
149
150
- if ($this->get('config')->get('hrefLangEnabled')) {
+ if (!$request->getParam('error_handler') && $this->get('config')->get('hrefLangEnabled')) {
151
$context = $this->get('shopware_storefront.context_service')->getShopContext();
152
153
$params = $request->getParams();
0 commit comments