Commit c1965fd607552821cd5f605377dfb515539f9fea
1 parent
04f13c9b
-Seo dynamics for description returned
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
widgets/Seo.php
@@ -148,7 +148,7 @@ class Seo extends Widget | @@ -148,7 +148,7 @@ class Seo extends Widget | ||
148 | 148 | ||
149 | $description = $this->selectSeoData(self::DESCRIPTION, $filter,$priority); | 149 | $description = $this->selectSeoData(self::DESCRIPTION, $filter,$priority); |
150 | 150 | ||
151 | - if (!empty($description) && $priority!=3 ) { | 151 | + if (!empty($description)) { |
152 | 152 | ||
153 | $this->getView()->registerMetaTag([ | 153 | $this->getView()->registerMetaTag([ |
154 | 'name' => 'description', | 154 | 'name' => 'description', |