[Rt-commit] r16555 - in rt/branches/3.999-DANGEROUS: lib/RT

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Oct 28 03:29:31 EDT 2008


Author: sunnavy
Date: Tue Oct 28 03:29:30 2008
New Revision: 16555

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm

Log:
 r17418 at sunnavys-mb:  sunnavy | 2008-10-28 15:20:39 +0800
 tiny change


Modified: rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm	Tue Oct 28 03:29:30 2008
@@ -69,7 +69,7 @@
             && $path !~ m{^(/+)Install/} && $path !~ m{^/+log(in|out)} )
         {
             Jifty->web->redirect(
-                RT->config->get('WebURL') . "Install/index.html"
+                RT->config->get('WebPath') . "Install/index.html"
             );
         }
     }


More information about the Rt-commit mailing list