From 8ee9ffaa3220e0ddfb9a624af55e97f844448dd0 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 17 Jan 2017 11:48:11 +0200 Subject: [PATCH] rm node nodule --- frontend/widgets/Seo.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index 0726b38..ac3c5bd 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -477,9 +477,7 @@ class Seo extends Widget public function addPage($string){ - if($this->page && $this->page!=1){ - return $string." - страница {$this->page}"; - } - return $string; + return $string." - страница {$this->page}"; + } } \ No newline at end of file -- libgit2 0.21.4