summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/TicketSystem/RT_Internal.pm2
1 files changed, 1 insertions, 1 deletions
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/';
}