summaryrefslogtreecommitdiff
path: root/FS/FS/CGI.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-02-25 05:00:11 +0000
committerivan <ivan>2004-02-25 05:00:11 +0000
commit23c97b258b9b60d558af333166940f11c229f71c (patch)
tree8f9fc21c0c4b1153e0047493f712f55a3b495114 /FS/FS/CGI.pm
parent0952f0a9264d575752393a0be1a3d3c6480f96ed (diff)
oops, not the right way to blank them
Diffstat (limited to 'FS/FS/CGI.pm')
-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 86121f0..6c7ab78 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('');
+ $url->query(undef);
my(@path)=$url->path_components;
splice @path, 0-$up;
$url->path_components(@path);