Aleksander Machniak
2015-10-26 077abd6eb3f9d190a5b025da4d545e00bbe7a14c
Merge pull request #305 from dsoares/master

Replace deprecated call to Q within array_map()
1 files modified
2 ■■■ changed files
program/include/rcmail_output_html.php 2 ●●● patch | view | raw | blame | history
program/include/rcmail_output_html.php
@@ -391,7 +391,7 @@
        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