Aleksander Machniak
2012-09-17 0f38fad2ef54cee36a686a4344f1b0bf28e445ef
Replace Q() with html::quote()
1 files modified
2 ■■■ changed files
program/include/rcube_output_html.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_output_html.php
@@ -527,7 +527,7 @@
    {
        $GLOBALS['__version']   = html::quote(RCMAIL_VERSION);
        $GLOBALS['__comm_path'] = html::quote($this->app->comm_path);
        $GLOBALS['__skin_path'] = Q($this->config->get('skin_path'));
        $GLOBALS['__skin_path'] = html::quote($this->config->get('skin_path'));
        return preg_replace_callback('/\$(__[a-z0-9_\-]+)/',
            array($this, 'globals_callback'), $input);