diff options
| author | ivan <ivan> | 2007-12-17 19:52:07 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-12-17 19:52:07 +0000 | 
| commit | de0378a13493b1f933c60524738525831bcc71c1 (patch) | |
| tree | 644ba7ee4ab667f27541062738473442907a7b79 | |
| parent | dd859a6dd5620030855765f9d7871fa0111d7d22 (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 8564cf3d0..5a28b71d7 100644 --- a/FS/FS/TicketSystem/RT_External.pm +++ b/FS/FS/TicketSystem/RT_External.pm @@ -287,7 +287,7 @@ sub queue {  sub baseurl {    #my $self = shift; -  $external_url; +  $external_url. '/';  }  1; | 
