X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason%2FRequest.pm;h=2cf1ed9e0e57a73fb25cd529862f21ea4223bb97;hb=2d3ab45cd0b35cb929198e2ad36a1ec9a3b4d93d;hp=62bf670b9b7ff85c151e7dc53ca775f1de6b3d22;hpb=aaeaf74ce3d3ceb731633a054d56a7f916ff2721;p=freeside.git diff --git a/FS/FS/Mason/Request.pm b/FS/FS/Mason/Request.pm index 62bf670b9..2cf1ed9e0 100644 --- a/FS/FS/Mason/Request.pm +++ b/FS/FS/Mason/Request.pm @@ -111,6 +111,10 @@ sub freeside_setup { FS::Trace->log(' UTF-8-decoding form data'); # foreach my $param ( $cgi->param ) { + + #we can't switch to multi_param until we're done supporting deb 7 + local($CGI::LIST_CONTEXT_WARN) = 0; + my @values = $cgi->param($param); next if $cgi->uploadInfo($values[0]); #warn $param;