diff options
Diffstat (limited to 'show_activity.cgi')
-rwxr-xr-x | show_activity.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/show_activity.cgi b/show_activity.cgi index ca0e52fa2..59e43b672 100755 --- a/show_activity.cgi +++ b/show_activity.cgi @@ -57,7 +57,6 @@ $vars->{'bug_id'} = $::FORM{'id'}; print "Content-type: text/html\n\n"; -$template->process("show/bug-activity.html.tmpl", $vars) - || DisplayError("Template process failed: " . $template->error()) - && exit; +$template->process("bug/activity/show.html.tmpl", $vars) + || ThrowTemplateError($template->error()); |