[Rt-commit] rt branch, master, updated. rt-3.9.7-1052-g7a9822c

? sunnavy sunnavy at bestpractical.com
Mon Jan 3 00:39:09 EST 2011


The branch, master has been updated
       via  7a9822cbe268f8017151654f786e6e751d23b9f4 (commit)
      from  5ae90a38f0c0f771348f8b2bb6286cb5a20a5833 (commit)

Summary of changes:
 share/html/Elements/Header |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 7a9822cbe268f8017151654f786e6e751d23b9f4
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Jan 3 13:37:53 2011 +0800

    trs already fixed this in 4.0-trunk.
    
    Revert "RT->System is not inited if we are in install mode"
    
    This reverts commit 5ae90a38f0c0f771348f8b2bb6286cb5a20a5833.

diff --git a/share/html/Elements/Header b/share/html/Elements/Header
index c5f4519..34a3ac7 100755
--- a/share/html/Elements/Header
+++ b/share/html/Elements/Header
@@ -81,7 +81,7 @@
 
 <!-- Site CSS from theme editor -->
 <style type="text/css" media="all" id="sitecss">
-% if ( !RT->InstallMode && (my $attr = RT->System->FirstAttribute('UserCSS')) ) {
+% if (my $attr = RT->System->FirstAttribute('UserCSS')) {
 <% $attr->Content |n %>
 % }
 </style>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list