From: Jonathan Prykop Date: Thu, 5 May 2016 23:45:11 +0000 (-0500) Subject: Fixed errorpage, fallout from RT#37340 commit cb6214a6 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d961044f3be505585f651dd13873f3d977cfcf9b Fixed errorpage, fallout from RT#37340 commit cb6214a6 --- 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 (@_) { -

<% $error |h %> +

<% shift |h %> %} % $m->flush_buffer();