diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index 464008ceb..9b75e9fee 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -391,7 +391,7 @@ EOF; if ($override || !$this->message) { if ($this->app->text_exists($message)) { if (!empty($vars)) - $vars = array_map('Q', $vars); + $vars = array_map(array('rcube','Q'), $vars); $msgtext = $this->app->gettext(array('name' => $message, 'vars' => $vars)); } else