Commit c1965fd607552821cd5f605377dfb515539f9fea

Authored by Alexey Boroda
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 148  
149 149 $description = $this->selectSeoData(self::DESCRIPTION, $filter,$priority);
150 150  
151   - if (!empty($description) && $priority!=3 ) {
  151 + if (!empty($description)) {
152 152  
153 153 $this->getView()->registerMetaTag([
154 154 'name' => 'description',
... ...