From 5beaa81864d6162d00ff09fc46b33434885f3d81 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 22 Feb 2019 22:53:51 +0100 Subject: [PATCH] dev18 erreur de type loginlink --- core/module/theme/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index a469ec7f..d6de85a8 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -389,7 +389,7 @@ class theme extends common { 'fontSize' => $this->getInput('themeMenuFontSize'), 'fontWeight' => $this->getInput('themeMenuFontWeight'), 'height' => $this->getInput('themeMenuHeight'), - 'loginLink' => $this->getInput('themeMenuLoginLink'), + 'loginLink' => $this->getInput('themeMenuLoginLink', helper::FILTER_BOOLEAN), 'margin' => $this->getInput('themeMenuMargin', helper::FILTER_BOOLEAN), 'position' => $this->getInput('themeMenuPosition'), 'textAlign' => $this->getInput('themeMenuTextAlign'),