[Rt-commit] r4687 - in rt/branches/3.5-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Sat Mar 4 17:51:09 EST 2006


Author: jesse
Date: Sat Mar  4 17:51:08 2006
New Revision: 4687

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Ticket/Display.html

Log:
 r24842 at truegrounds:  jesse | 2006-03-01 13:13:35 -0800
 * that extra slash causes breakage


Modified: rt/branches/3.5-TESTING/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Display.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Display.html	Sat Mar  4 17:51:08 2006
@@ -156,7 +156,7 @@
     # resubmission on refresh.
     # But we need to store Actions somewhere too, so we don't lose them.
     $session{"Actions"} = \@Actions;
-    $m->redirect($RT::WebURL."/Ticket/Display.html?id=".$TicketObj->id);
+    $m->redirect($RT::WebURL."Ticket/Display.html?id=".$TicketObj->id);
 } else {
     @Actions = @{$session{"Actions"} || [] };
     delete $session{"Actions"};


More information about the Rt-commit mailing list