Commit 22083bd32d7ade5ea7c112bb8bb4f695b839f683
1 parent
76f5d86f
add variantSku
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
widgets/Seo.php
@@ -124,7 +124,7 @@ class Seo extends Widget | @@ -124,7 +124,7 @@ class Seo extends Widget | ||
124 | 124 | ||
125 | $title = $this->selectSeoData(self::TITLE, $filter,$priority); | 125 | $title = $this->selectSeoData(self::TITLE, $filter,$priority); |
126 | print_r($this->{Seo::TITLE}); | 126 | print_r($this->{Seo::TITLE}); |
127 | - die('here'); | 127 | + |
128 | 128 | ||
129 | if(!empty($filter) && $title == $this->{Seo::TITLE} || !empty($filter) && empty($this->{Seo::TITLE})) { | 129 | if(!empty($filter) && $title == $this->{Seo::TITLE} || !empty($filter) && empty($this->{Seo::TITLE})) { |
130 | 130 | ||
@@ -144,7 +144,6 @@ class Seo extends Widget | @@ -144,7 +144,6 @@ class Seo extends Widget | ||
144 | } else { | 144 | } else { |
145 | return $this->prepareString($this->project_name); | 145 | return $this->prepareString($this->project_name); |
146 | } | 146 | } |
147 | - die('here2'); | ||
148 | break; | 147 | break; |
149 | case self::DESCRIPTION: | 148 | case self::DESCRIPTION: |
150 | 149 |