Commit 30c231868d8580bf1b16cd05a3c0e768e6d0a57e
1 parent
e2a4136b
up admin seo module priority
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
widgets/Seo.php
@@ -103,7 +103,7 @@ class Seo extends Widget | @@ -103,7 +103,7 @@ class Seo extends Widget | ||
103 | 103 | ||
104 | $default = $this->selectSeoData(self::H1, $filter,$priority); | 104 | $default = $this->selectSeoData(self::H1, $filter,$priority); |
105 | 105 | ||
106 | - if ($default != $this->{self::H1}) { | 106 | + if ($default != $this->{self::H1} || $priority == 1) { |
107 | 107 | ||
108 | return $this->prepareString($default); | 108 | return $this->prepareString($default); |
109 | 109 |