mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-08-10 10:52:56 +02:00
Fix Zip files creation
This commit is contained in:
@@ -724,7 +724,7 @@ sub zip {
|
||||
}
|
||||
|
||||
if ($key) {
|
||||
$zip->addString($c->decrypt($key, $path)->slurp, "images/$filename");
|
||||
$zip->addString($c->decrypt($key, $path), "images/$filename");
|
||||
} else {
|
||||
$zip->addFile($path, "images/$filename");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user