summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-07-12 23:38:12 +0000
committerivan <ivan>2009-07-12 23:38:12 +0000
commit242bd784a47ba7b36d806d7be9383ff6377c3f15 (patch)
tree3d11f2d6e770b0d518bd4cc90a75834c7e9fb543
parent17f02a6d77256011422e952728e826d302c7c33a (diff)
this should fix $fsurl under the unified RT? sure hope so
-rw-r--r--FS/FS/CGI.pm2
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;