From 49f34385a949f775194b4100258213b045950ca7 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 17 Jan 2017 11:49:56 +0200 Subject: [PATCH] rm node nodule --- frontend/widgets/Seo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index 423efce..0c783ef 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -478,7 +478,7 @@ class Seo extends Widget public function addPage($string){ - if($this->page && $this->page!=1){ + if($this->page){ return $string." - страница {$this->page}"; } return $string; -- libgit2 0.21.4