Fix XSS vulnerability in _mbox argument handling (#1490417)

This commit is contained in:
Aleksander Machniak
2015-05-30 17:37:06 +02:00
parent 9877f898d8
commit b782815dac
2 changed files with 2 additions and 1 deletions

View File

@@ -1822,7 +1822,7 @@ class rcmail extends rcube
}
else {
$error = 'servererrormsg';
$args = array('msg' => $err_str);
$args = array('msg' => rcube::Q($err_str));
}
}
else if ($err_code < 0) {