Wups, tyops!

This commit is contained in:
Chris 2012-10-03 13:46:34 +01:00
parent 8e8756f458
commit 79725b405b

View File

@ -324,7 +324,7 @@ sub load_cgi {
# Set up post stuff
$CGI::POST_MAX = $self -> {"post_max"} * 1048576;
$cgi -> upload_hook($self -> {"upload_hook") if($self -> {"upload_hook"});
$cgi -> upload_hook($self -> {"upload_hook"}) if($self -> {"upload_hook"});
return $cgi;
}