From 1203f9a1416b455257f3375c405eb733cfa202d0 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 3 Dec 2019 08:20:22 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.13]=20suppression=20d'une=20ligne=20=20com?= =?UTF-8?q?ment=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/page/page.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/module/page/page.php b/core/module/page/page.php index 4c8d5748..eed815ea 100755 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -259,8 +259,7 @@ class page extends common { 'position' => $position, 'group' => $this->getinput('pageEditBlock') !== 'bar' ? $this->getInput('pageEditGroup', helper::FILTER_INT) : 0, 'targetBlank' => $this->getInput('pageEditTargetBlank', helper::FILTER_BOOLEAN), - 'targetLity' => $this->getInput('pageEditTargetBlank', helper::FILTER_BOOLEAN) === true ? false : $this->getInput('pageEditTargetLity', helper::FILTER_BOOLEAN), - //'title' => htmlspecialchars_decode($this->getInput('pageEditTitle', helper::FILTER_STRING_SHORT, true), ENT_QUOTES), + 'targetLity' => $this->getInput('pageEditTargetBlank', helper::FILTER_BOOLEAN) === true ? false : $this->getInput('pageEditTargetLity', helper::FILTER_BOOLEAN), 'title' => $this->getInput('pageEditTitle', helper::FILTER_STRING_SHORT), 'block' => $this->getinput('pageEditBlock'), 'barLeft' => $barLeft,