[Rt-commit] r19558 - in rt/3.999/trunk: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu May 7 03:35:35 EDT 2009


Author: sunnavy
Date: Thu May  7 03:35:34 2009
New Revision: 19558

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/lib/RT/Action/ConfigSystem.pm

Log:
 r20963 at sunnavys-mb (orig r19410):  sunnavy | 2009-05-04 12:21:39 +0800
 redirect to / after saving RT config


Modified: rt/3.999/trunk/lib/RT/Action/ConfigSystem.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Action/ConfigSystem.pm	(original)
+++ rt/3.999/trunk/lib/RT/Action/ConfigSystem.pm	Thu May  7 03:35:34 2009
@@ -119,6 +119,8 @@
         }
     }
 
+    Jifty->web->tangent( url =>
+            '/__jifty/config/restart.html?url=/' );
     return 1;
 }
 


More information about the Rt-commit mailing list