query strings get passed through sometimes?
authorivan <ivan>
Wed, 25 Feb 2004 04:56:40 +0000 (04:56 +0000)
committerivan <ivan>
Wed, 25 Feb 2004 04:56:40 +0000 (04:56 +0000)
FS/FS/CGI.pm

index f615376..86121f0 100644 (file)
@@ -215,6 +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('');
   my(@path)=$url->path_components;
   splice @path, 0-$up;
   $url->path_components(@path);