From: ivan Date: Mon, 17 Dec 2007 19:59:13 +0000 (+0000) Subject: no, *that's* where it couldn't hurt anything. X-Git-Tag: freeside_1_7_3rc1~196 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=20a83de19393fd6d8bb41953a60d0b9d6a0ef7fa;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/'; }