[freeside-commits] branch master updated. c45786c24ec418bf42cfe39322fb8ddeaaccf323

Ivan ivan at 420.am
Mon Jul 2 22:13:02 PDT 2012


The branch, master has been updated
       via  c45786c24ec418bf42cfe39322fb8ddeaaccf323 (commit)
      from  eb3b279f1a86fc3a371b38df8089935bd0ee1438 (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 c45786c24ec418bf42cfe39322fb8ddeaaccf323
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 2 22:12:56 2012 -0700

    fix ticket display under RT4 when not using /freeside in path, RT#18212

diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm
index cb44d07..29a7d02 100644
--- a/rt/etc/RT_SiteConfig.pm
+++ b/rt/etc/RT_SiteConfig.pm
@@ -32,7 +32,7 @@ Set($WebExternalAuto, 1);
 $RT::URI::freeside::IntegrationType = 'Internal';
 $RT::URI::freeside::URL = '%%%FREESIDE_URL%%%';
 
-$RT::URI::freeside::URL =~ m(^(https?://[^/]+)(/.*)$)i;
+$RT::URI::freeside::URL =~ m(^(https?://[^/]+)(/.*)?$)i;
 Set($WebBaseURL, $1);
 Set($WebPath, "$2/rt");
 

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

Summary of changes:
 rt/etc/RT_SiteConfig.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list