Aleksander Machniak
2012-08-28 397cf794b975e8128a6d155957229106cd065d0c
Don't terminate script execution when parsed template doesn't exist
and parse was called with 3rd argument = false.
1 files modified
2 ■■■ changed files
program/include/rcube_output_html.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_output_html.php
@@ -400,7 +400,7 @@
                'line' => __LINE__,
                'file' => __FILE__,
                'message' => 'Error loading template for '.$realname
                ), true, true);
                ), true, $write);
            return false;
        }