[Rt-commit] r19461 - rt/3.999/trunk/share/html/SelfService

sartak at bestpractical.com sartak at bestpractical.com
Tue May 5 17:35:56 EDT 2009


Author: sartak
Date: Tue May  5 17:35:56 2009
New Revision: 19461

Modified:
   rt/3.999/trunk/share/html/SelfService/Display.html

Log:
Variable name fix

Modified: rt/3.999/trunk/share/html/SelfService/Display.html
==============================================================================
--- rt/3.999/trunk/share/html/SelfService/Display.html	(original)
+++ rt/3.999/trunk/share/html/SelfService/Display.html	Tue May  5 17:35:56 2009
@@ -211,7 +211,7 @@
         # resubmission on refresh.
         # But we need to store Actions somewhere too, so we don't lose them.
         my $key = Digest::MD5::md5_hex(rand(1024));
-        Jifty->web->session->set( "actions_$key" => \@Actions );
+        Jifty->web->session->set( "actions_$key" => \@results );
         RT::Interface::Web::redirect( RT->config->get('WebURL') ."SelfService/Display.html?id=". $Ticket->id."&results=".$key);
     }
 


More information about the Rt-commit mailing list