diff options
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-x | duplicates.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/duplicates.cgi b/duplicates.cgi index 11eb52f49..98e7e0a22 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -197,9 +197,8 @@ $vars->{'products'} = \@::legal_product; print "Content-type: text/html\n\n"; # Generate and return the UI (HTML page) from the appropriate template. -$template->process("report/duplicates.html.tmpl", $vars) - || DisplayError("Template process failed: " . $template->error()) - && exit; +$template->process("reports/duplicates.html.tmpl", $vars) + || ThrowTemplateError($template->error()); sub days_ago { |