Index: branches/5.2.x/core/install/install_toolkit.php =================================================================== diff -u -N -r15421 -r15601 --- branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 15421) +++ branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 15601) @@ -1,6 +1,6 @@ Conn->Query($sql); if ($this->Conn->getErrorCode() != 0) { if (is_object($this->_installator)) { - $this->_installator->errorMessage = 'Error: ('.$this->Conn->getErrorCode().') '.$this->Conn->getErrorMsg().'

Last Database Query:
'; + $this->_installator->errorMessage = 'Error: ('.$this->Conn->getErrorCode().') '.$this->Conn->getErrorMsg().'

Last Database Query:
'; $this->_installator->LastQueryNum = $i + 1; } return false; @@ -728,7 +728,7 @@ $image_src = $this->Application->BaseURL() . $image_src; } - $ret[] = '' . htmlspecialchars($module_name) . ''; + $ret[] = '' . htmlspecialchars($module_name, null, 'UTF-8') . ''; } if (array_key_exists('description', $module_info) && $module_info['description']) {