diff options
author | ivan <ivan> | 2007-12-17 19:59:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-17 19:59:13 +0000 |
commit | 20a83de19393fd6d8bb41953a60d0b9d6a0ef7fa (patch) | |
tree | f26e262994d144d95c6cf3f3a2ae9982526e4758 /FS | |
parent | de0378a13493b1f933c60524738525831bcc71c1 (diff) |
no, *that's* where it couldn't hurt anything.
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/TicketSystem/RT_Internal.pm | 2 |
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/'; } |