From 242bd784a47ba7b36d806d7be9383ff6377c3f15 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 12 Jul 2009 23:38:12 +0000 Subject: [PATCH] this should fix $fsurl under the unified RT? sure hope so --- FS/FS/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0