1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-27 17:30:07 -07:00

Fix ZipService

This commit is contained in:
Unknown 2017-04-29 01:24:07 +02:00
parent ce94e0cdee
commit 9965b70c5f

View File

@ -40,9 +40,9 @@ class ZipService
$this->archive = new ZipStream($filename);
if ($sorted) {
$this->addSet($set);
} else {
$this->addSetGroupedByColor($set);
} else {
$this->addSet($set);
}
$this->archive->finish();