From 19d49567b9f1e07459253f28a41da121bd48811c Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 21 Feb 2019 15:36:45 -0500 Subject: RT# 82092 - v3 display fix --- httemplate/edit/process/elements/process.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'httemplate/edit/process/elements/process.html') diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index c474b1904..f927eae4a 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -209,16 +209,7 @@ process(); %} else { -% my $cookie; -% $cookie = CGI::Cookie->new( -% -name => 'freeside_status', -% -value => $messages, -% -expires => '+5m', -% ) if $messages; - <% $cgi->redirect( -uri => $redirect, - -cookie => $cookie, - ) - %> +<% $cgi->redirect($redirect) %> %} <%init> -- cgit v1.2.1