Aleksander Machniak
2012-12-11 b01d84d0f7c8b29c9dc52c717708f28a72ecf08e
Extend just_parse() method with conditions parsing
1 files modified
5 ■■■■ changed files
program/include/rcmail_output_html.php 5 ●●●● patch | view | raw | blame | history
program/include/rcmail_output_html.php
@@ -670,7 +670,10 @@
     */
    public function just_parse($input)
    {
        return $this->parse_xml($input);
        $input = $this->parse_conditions($input);
        $input = $this->parse_xml($input);
        return $input;
    }