aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-24 14:24:43 +0000
committergerv%gerv.net <>2002-04-24 14:24:43 +0000
commit05d101e58b400b1a52adcc86515b5442b85cd2f5 (patch)
treeded36788873d147ce2a62bd76239e0e99974c621 /show_activity.cgi
parentBug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke. (diff)
downloadbugzilla-05d101e58b400b1a52adcc86515b5442b85cd2f5.tar.gz
bugzilla-05d101e58b400b1a52adcc86515b5442b85cd2f5.tar.bz2
bugzilla-05d101e58b400b1a52adcc86515b5442b85cd2f5.zip
Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke.
Diffstat (limited to 'show_activity.cgi')
-rwxr-xr-xshow_activity.cgi5
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());