diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index 7e47929..8fe9c88 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -101,6 +101,7 @@ class Seo extends Widget $filter = \Yii::$app->request->get('filters', []); + $priority = 0; $default = $this->selectSeoData(self::H1, $priority); if (($default != $this->{self::H1}) || $priority == 1) { -- libgit2 0.21.4