diff options
-rw-r--r-- | FS/FS/UI/Web.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 4a324ec70..11e4804fe 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -164,6 +164,9 @@ sub process { # XXX this should parse JSON foo and build a proper data structure my @args = $cgi->param('arg'); + #work around konqueror bug! + @args = map { s/\x00$//; $_; } @args; + my $sub = $cgi->param('sub'); #???? warn "FS::UI::Web::JSRPC::process:\n". |