diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index f00432c..6dbbdbe 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -438,7 +438,7 @@ class Seo extends Widget protected function checkFilter($filter){ foreach(self::$optionsList as $optionList){ - if(isset($filter[$optionList]) && count($filter[$optionList]) == 1){ + if(isset($filter[$optionList]) && count($filter[$optionList]) > 1){ return true; } -- libgit2 0.21.4