Fix #249 double-escape of site title and HTML footer

This commit is contained in:
Kijin Sung 2016-02-10 11:36:13 +09:00
parent b4936c8f09
commit 079b04684a

View file

@ -505,8 +505,8 @@ class adminAdminController extends admin
// Site title and HTML footer
$args = new stdClass;
$args->siteTitle = escape($vars->site_title);
$args->htmlFooter = escape($vars->html_footer);
$args->siteTitle = $vars->site_title;
$args->htmlFooter = $vars->html_footer;
$oModuleController->updateModuleConfig('module', $args);
// Index module