From 30c231868d8580bf1b16cd05a3c0e768e6d0a57e Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 15 Dec 2016 15:23:39 +0200 Subject: [PATCH] up admin seo module priority --- widgets/Seo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/Seo.php b/widgets/Seo.php index d681db1..8ea9618 100755 --- a/widgets/Seo.php +++ b/widgets/Seo.php @@ -103,7 +103,7 @@ class Seo extends Widget $default = $this->selectSeoData(self::H1, $filter,$priority); - if ($default != $this->{self::H1}) { + if ($default != $this->{self::H1} || $priority == 1) { return $this->prepareString($default); -- libgit2 0.21.4