From 1f4b06a853dfab075017534919abdfc918274a91 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 26 Sep 2014 18:53:19 +0200 Subject: Set comm_path env variable after reset --- program/steps/utils/error.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program') 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'); } -- cgit v1.2.3