program/include/rcube_template.php
@@ -479,7 +479,7 @@ "\$_SESSION['\\1']", "\$this->app->config->get('\\1',get_boolean('\\3'))", "\$this->env['\\1']", "get_input_value('\\1', RCUVE_INPUT_GPC)" "get_input_value('\\1', RCUBE_INPUT_GPC)" ), $condition); @@ -639,6 +639,9 @@ case 'session': $value = $_SESSION[$name]; break; case 'cookie': $value = htmlspecialchars($_COOKIE[$name]); break; } if (is_array($value)) {