diff --git a/widgets/Seo.php b/widgets/Seo.php index a2bb142..bc4061b 100755 --- a/widgets/Seo.php +++ b/widgets/Seo.php @@ -179,7 +179,7 @@ class Seo extends Widget $meta = $this->selectSeoData(self::META, $filter,$priority); - if(!empty($filter) && !$this->checkFilter($filter) && count($filter, COUNT_RECURSIVE) == 2){ + if(!empty($filter) && !$this->checkFilter($filter) && count($filter, COUNT_RECURSIVE) == 2 && $priority==3){ $key = array_keys ( $filter); if(isset($key[0])){ $metaGroup = TaxGroup::find()->joinWith('lang')->where(['alias'=>$key[0]])->one(); -- libgit2 0.21.4