Resurrect 7615. see #7227

git-svn-id: http://svn.automattic.com/wordpress/trunk@8378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-07-19 19:01:35 +00:00
parent d845973d7b
commit a890785907
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ class IXR_Error {
var $message;
function IXR_Error($code, $message) {
$this->code = $code;
$this->message = $message;
$this->message = htmlspecialchars($message);
}
function getXml() {
$xml = <<<EOD