Commit 91cdb31dfff93d1153f030bc5b3efe27a83d4432

Authored by Administrator
1 parent 8a0dba04

add variantSku

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
widgets/Seo.php
... ... @@ -178,8 +178,7 @@ class Seo extends Widget
178 178 $paginate = \Yii::$app->request->get('page', []);
179 179  
180 180 $meta = $this->selectSeoData(self::META, $filter,$priority);
181   - var_dump($meta);
182   - die();
  181 +
183 182 if(!empty($filter) && !$this->checkFilter($filter) && count($filter, COUNT_RECURSIVE) == 2){
184 183 $key = array_keys ( $filter);
185 184 if(isset($key[0])){
... ...