fixed typo

This commit is contained in:
JT Smith 2004-09-20 22:41:10 +00:00
parent 20ab3375cb
commit 110ce0b79f

View file

@ -71,7 +71,7 @@ sub getHeader {
$params{"-expires"} = "-1d";
}
if ($session{http}{filename}) {
$params{"-attachment"} => $session{http}{filename};
$params{"-attachment"} = $session{http}{filename};
}
}
$params{"-cookie"} = $session{http}{cookie};