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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Jul 13 22:53:31 EDT 2008


Author: sunnavy
Date: Sun Jul 13 22:53:31 2008
New Revision: 14044

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

Log:
 r14383 at sunnavys-mb:  sunnavy | 2008-07-14 10:18:03 +0800
 fixed $MasonComponentRoot


Modified: rt/branches/3.999-DANGEROUS/lib/RT.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT.pm	Sun Jul 13 22:53:31 2008
@@ -70,7 +70,7 @@
 
 # $MasonComponentRoot is where your rt instance keeps its mason html files
 
-our $MasonComponentRoot = $BASE_PATH . '/html';
+our $MasonComponentRoot = $BASE_PATH . '/share/html';
 
 # $MasonLocalComponentRoot is where your rt instance keeps its site-local
 # mason html files.


More information about the Rt-commit mailing list