summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-09-26 18:53:19 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-09-26 19:23:38 +0200
commit2e713d00f56c1add730858f33f7c02d40b242bf4 (patch)
treee7b08f473d80213536669585c4e352f86c862161
parentacf8d67c961762297901e3bef99c86debfbd42ff (diff)
Set comm_path env variable after reset
-rw-r--r--program/steps/utils/error.inc1
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');
}