mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-27 17:30:07 -07:00
Fix ZipService
This commit is contained in:
parent
ce94e0cdee
commit
9965b70c5f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user