diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-09-26 18:53:19 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-09-26 18:53:19 +0200 |
commit | 1f4b06a853dfab075017534919abdfc918274a91 (patch) | |
tree | d61e4526b796f6972179ef0029b747c3e9c3cb40 /program/steps/utils/error.inc | |
parent | a4dc96e73e74ffa15a1e76010c7afba531eac15b (diff) |
Set comm_path env variable after reset
Diffstat (limited to 'program/steps/utils/error.inc')
-rw-r--r-- | program/steps/utils/error.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/utils/error.inc b/program/steps/utils/error.inc index 2a3a9a61e..ec0d038f4 100644 --- a/program/steps/utils/error.inc +++ b/program/steps/utils/error.inc @@ -112,6 +112,7 @@ EOF; 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'); } |