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'),