summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttpd/cgi-bin/check2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 1d7d8b0..42f4649 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -1666,7 +1666,7 @@ sub add_warning ($$)
have_warnings => TRUE,
%$params,
);
- for my $tmpl (qw(result fatal-error soap_output)) {
+ for my $tmpl (qw(result fatal-error soap_output ucn_output)) {
&get_template($File, "$tmpl.tmpl")->param(%tmplparams);
}
}