From: ivan Date: Wed, 25 Feb 2004 05:04:36 +0000 (+0000) Subject: third time's the charm X-Git-Tag: NET_WHOIS_RAW_0_31~127 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=be4f8ca23c7d32350737887144796264b90c4e9d third time's the charm --- diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 6c7ab78c9..8c9b3260a 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -215,7 +215,7 @@ sub popurl { my($up)=@_; my $cgi = &FS::UID::cgi; my $url = new URI::URL ( $cgi->isa('Apache') ? $cgi->uri : $cgi->url ); - $url->query(undef); + $url->query(); my(@path)=$url->path_components; splice @path, 0-$up; $url->path_components(@path);