[Rt-commit] r11807 - rt/branches/3.8-TESTING/html/installation

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Apr 21 08:29:48 EDT 2008


Author: sunnavy
Date: Mon Apr 21 08:29:48 2008
New Revision: 11807

Modified:
   rt/branches/3.8-TESTING/html/installation/Step6.html

Log:
step number fix

Modified: rt/branches/3.8-TESTING/html/installation/Step6.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step6.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Step6.html	Mon Apr 21 08:29:48 2008
@@ -65,7 +65,7 @@
 # XXX $? doesn't work here, so I decided to grep the strings to find if any
 # error happens
     unless ( grep { /^ERROR:/ } @results ) {
-        RT::Interface::Web::Redirect(RT->Config->Get('WebURL') . 'installation/Step5.html');
+        RT::Interface::Web::Redirect(RT->Config->Get('WebURL') . 'installation/Step7.html');
     }
 }
 </%init>


More information about the Rt-commit mailing list