X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FTicketSystem%2FRT_Internal.pm;h=d24a96c045053c3c6a26d9778ba5d9d07ca6c1ea;hb=5e05724a635a22776f1b973f5d7e77989da4e048;hp=8fce918e07705691008c51d0b5899181306d9d3d;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0;p=freeside.git 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/'; }