third time's the charm
[freeside.git] / FS / FS / CGI.pm
index 6c7ab78..8c9b326 100644 (file)
@@ -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);