From: ivan Date: Mon, 17 Dec 2007 19:59:12 +0000 (+0000) Subject: no, *that's* where it couldn't hurt anything. X-Git-Tag: TRIXBOX_2_6~164 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=810ae1507e9ee10440ea7ef5f8cc292b2d620bc6;p=freeside.git no, *that's* where it couldn't hurt anything. --- diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index 8fce918e0..d24a96c04 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -19,7 +19,7 @@ sub sql_num_customer_tickets { sub baseurl { #my $self = shift; if ( $RT::URI::freeside::URL ) { - $RT::URI::freeside::URL. 'rt/'; + $RT::URI::freeside::URL. '/rt/'; } else { 'http://you_need_to_set_RT_URI_freeside_URL_in_SiteConfig.pm/'; }