Thomas Bruederli
2014-09-26 2e713d00f56c1add730858f33f7c02d40b242bf4
Set comm_path env variable after reset
1 files modified
1 ■■■■ changed files
program/steps/utils/error.inc 1 ●●●● patch | view | raw | blame | history
program/steps/utils/error.inc
@@ -112,6 +112,7 @@
if ($rcmail->output && $rcmail->output->template_exists('error')) {
    $rcmail->output->reset();
    $rcmail->output->set_env('server_error', $ERROR_CODE);
    $rcmail->output->set_env('comm_path', $rcmail->comm_path);
    $rcmail->output->send('error');
}