Commit 0aaf09fd63872db068fb67fc1b2a651e8066c938

Authored by Administrator
1 parent 7b81b40b

big commti

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/widgets/Seo.php
... ... @@ -438,7 +438,7 @@ class Seo extends Widget
438 438 protected function checkFilter($filter){
439 439 foreach(self::$optionsList as $optionList){
440 440  
441   - if(isset($filter[$optionList]) && count($filter[$optionList]) == 1){
  441 + if(isset($filter[$optionList]) && count($filter[$optionList]) > 1){
442 442 return true;
443 443 }
444 444  
... ...