diff options
author | ivan <ivan> | 2009-07-12 23:38:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-12 23:38:12 +0000 |
commit | 242bd784a47ba7b36d806d7be9383ff6377c3f15 (patch) | |
tree | 3d11f2d6e770b0d518bd4cc90a75834c7e9fb543 | |
parent | 17f02a6d77256011422e952728e826d302c7c33a (diff) |
this should fix $fsurl under the unified RT? sure hope so
-rw-r--r-- | FS/FS/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 7ad1dc28f..f33a718fa 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -241,7 +241,7 @@ sub rooturl { (browse|config|docs|edit|graph|misc|search|view|pref|rt|elements) / (process/)? - ([\w\-\.\/]+) + ([\w\-\.\/]*) $ } {}x; |