diff options
author | ivan <ivan> | 2007-12-17 19:52:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-17 19:52:06 +0000 |
commit | 0baccd58d09883fb45df7cc6e56e0904924fc69c (patch) | |
tree | ee417c5ac1ff90bc14b73d745118c3cb2b6a9261 | |
parent | fa5600a9223ef7c3f78c0639869d43da9200f694 (diff) |
i don't think it can hurt anything... (famous last words)
-rw-r--r-- | FS/FS/TicketSystem/RT_External.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/TicketSystem/RT_External.pm b/FS/FS/TicketSystem/RT_External.pm index bcad43bc5..066798f08 100644 --- a/FS/FS/TicketSystem/RT_External.pm +++ b/FS/FS/TicketSystem/RT_External.pm @@ -293,7 +293,7 @@ sub queue { sub baseurl { #my $self = shift; - $external_url; + $external_url. '/'; } sub _retrieve_single_value { |