fixed typo
This commit is contained in:
parent
20ab3375cb
commit
110ce0b79f
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue