summaryrefslogtreecommitdiff
path: root/program/steps/utils/error.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-11-10 13:29:48 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-11-10 13:29:48 +0100
commite46d060a4ab4b2a901c3dd4a3909490a547284e1 (patch)
tree9e018f3a04e1010d0b58b0cd8a9c61e55f8b7a9b /program/steps/utils/error.inc
parent12f0e06fcfaca2e67e7936fc22b01944d8a2972e (diff)
Fix errors in error page :-)
Diffstat (limited to 'program/steps/utils/error.inc')
-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 9fb71c528..a891d42f8 100644
--- a/program/steps/utils/error.inc
+++ b/program/steps/utils/error.inc
@@ -110,6 +110,7 @@ EOF;
if ($rcmail->output && $rcmail->output->template_exists('error')) {
$rcmail->output->reset();
+ $rcmail->output->set_env('server_error', $ERROR_CODE);
$rcmail->output->send('error');
}