From: ivan Date: Sun, 12 Jul 2009 23:38:12 +0000 (+0000) Subject: this should fix $fsurl under the unified RT? sure hope so X-Git-Tag: root_of_svc_elec_features~1035 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=242bd784a47ba7b36d806d7be9383ff6377c3f15 this should fix $fsurl under the unified RT? sure hope so --- 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;