Set comm_path env variable after reset

pull/252/head
Thomas Bruederli 10 years ago
parent a4dc96e73e
commit 1f4b06a853

@ -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