summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-05-13 17:28:09 -0700
committerIvan Kohler <ivan@freeside.biz>2016-05-13 17:28:09 -0700
commit2ec92076c7dae5648da28e510efa1f733da9fd76 (patch)
treea32157c57824633517caab962baf56ae89c4dacc /httemplate/elements
parentec443f3ab9fd937325691b17974ea5aa7dce264d (diff)
parent039d72ae9e7adf98f46c3b4219100d57208c3685 (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/errorpage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html
index 7d66e7ce0..d001bfa89 100644
--- a/httemplate/elements/errorpage.html
+++ b/httemplate/elements/errorpage.html
@@ -1,10 +1,10 @@
-% my $error = shift;
+% my $error = $_[0];
% $m->notes('error', $error);
<& /elements/header.html, mt("Error") &>
% while (@_) {
-<P><FONT SIZE="+1" COLOR="#ff0000"><% $error |h %></FONT>
+<P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>
%}
% $m->flush_buffer();