Set comm_path env variable after reset

pull/223/head
Thomas Bruederli 10 years ago
parent acf8d67c96
commit 2e713d00f5

@ -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');
}

Loading…
Cancel
Save