X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1d1cd1ddc70d0b900e8278ff2cac77c1d9bf4a92..6949cf7fdc615981a6db3f1b33020a8b27876624:/SL/MoreCommon.pm diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 13d421bda..6fbf87dc4 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -171,7 +171,7 @@ sub uri_encode { } sub uri_decode { - my ($str) = @_; + my $str = $_[0] || ''; $str =~ tr/+/ /; $str =~ s/\\$//;