diff options
author | ivan <ivan> | 2005-03-12 16:07:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-12 16:07:29 +0000 |
commit | d069ae1df141abf4a4c2c258e8255b974e730a47 (patch) | |
tree | 47ff3cf60a1ac282ee58786f584699c9b6bfbef1 /rt/lib/RT/URI/freeside/Internal.pm | |
parent | a6cbda0b7e6779b89abc1d466af9c3a880d8e030 (diff) |
popurl(3) won't give us a good freeside base url since RT calls it from multiple directory depths... have to specify explicity, like external integration
Diffstat (limited to 'rt/lib/RT/URI/freeside/Internal.pm')
-rw-r--r-- | rt/lib/RT/URI/freeside/Internal.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rt/lib/RT/URI/freeside/Internal.pm b/rt/lib/RT/URI/freeside/Internal.pm index cdadd1ed1..18307792b 100644 --- a/rt/lib/RT/URI/freeside/Internal.pm +++ b/rt/lib/RT/URI/freeside/Internal.pm @@ -86,12 +86,6 @@ sub _FreesideGetRecord { } -sub FreesideURL { - - return popurl(3); - -} - sub FreesideVersion { return $FS::VERSION; |