[freeside-commits] branch master updated. ae6da3640abb4da924f77e4a474c7742f06e243a
Jonathan Prykop
jonathan at 420.am
Thu May 5 16:45:33 PDT 2016
The branch, master has been updated
via ae6da3640abb4da924f77e4a474c7742f06e243a (commit)
from 7aaf4684beb1016f0f1b1bdb8eec9adc37a11dff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ae6da3640abb4da924f77e4a474c7742f06e243a
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Thu May 5 18:45:11 2016 -0500
Fixed errorpage, fallout from RT#37340 commit cb6214a6
diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html
index 7d66e7c..d001bfa 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();
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/errorpage.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list