From: ivan Date: Wed, 25 Feb 2004 05:04:38 +0000 (+0000) Subject: third time's the charm X-Git-Tag: freeside_1_4_2beta1~241 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=50b0db68e05526875d940fccd7c18e22bb674e37;p=freeside.git third time's the charm --- diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index ef06f0090..cda32621d 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -210,7 +210,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);