summaryrefslogtreecommitdiff
path: root/FS/FS/TicketSystem
diff options
context:
space:
mode:
authorivan <ivan>2007-12-17 19:59:12 +0000
committerivan <ivan>2007-12-17 19:59:12 +0000
commit810ae1507e9ee10440ea7ef5f8cc292b2d620bc6 (patch)
tree76cbe70baf4917a94e893fc41959e120f007f5ce /FS/FS/TicketSystem
parent0baccd58d09883fb45df7cc6e56e0904924fc69c (diff)
no, *that's* where it couldn't hurt anything.
Diffstat (limited to 'FS/FS/TicketSystem')
-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 8fce918..d24a96c 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/';
}