summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-02-25 05:04:36 +0000
committerivan <ivan>2004-02-25 05:04:36 +0000
commitbe4f8ca23c7d32350737887144796264b90c4e9d (patch)
tree3ae335f10f76d6b96b0e974c40c32ee7f078be4b /FS
parent23c97b258b9b60d558af333166940f11c229f71c (diff)
third time's the charm
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/CGI.pm2
1 files changed, 1 insertions, 1 deletions
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);