[freeside-commits] branch master updated. e4a77af2829e919d29de26e3f15f416b41bd5199

Ivan ivan at 420.am
Tue Jul 3 22:42:20 PDT 2012


The branch, master has been updated
       via  e4a77af2829e919d29de26e3f15f416b41bd5199 (commit)
      from  81978af92ecdaaefeff5156d9ab3b4f99586df1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e4a77af2829e919d29de26e3f15f416b41bd5199
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jul 3 22:42:15 2012 -0700

    fix occasional wrong stylesheet, RT#13852

diff --git a/rt/lib/RT/Config.pm b/rt/lib/RT/Config.pm
index c56d4c6..f87ef84 100644
--- a/rt/lib/RT/Config.pm
+++ b/rt/lib/RT/Config.pm
@@ -209,10 +209,11 @@ our %META = (
 
             $RT::Logger->warning(
                 "The default stylesheet ($value) does not exist in this instance of RT. "
-              . "Defaulting to aileron."
+              . "Defaulting to freeside3."
             );
 
-            $self->Set('WebDefaultStylesheet', 'aileron');
+            #$self->Set('WebDefaultStylesheet', 'aileron');
+            $self->Set('WebDefaultStylesheet', 'freeside3');
         },
     },
     UseSideBySideLayout => {

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

Summary of changes:
 rt/lib/RT/Config.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list