From 0aaf09fd63872db068fb67fc1b2a651e8066c938 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 25 Oct 2016 17:25:00 +0300 Subject: [PATCH] big commti --- frontend/widgets/Seo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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