1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-31 13:40:08 +02:00

Generate filename with filters, does not work on Windows, fix #100.

This commit is contained in:
Mikael Roos
2015-09-15 17:23:22 +02:00
parent 76bc09f2ee
commit afff3589dc

View File

@@ -1221,7 +1221,7 @@ class CImage
if (is_array($filter)) {
$filters .= "_f{$filter['id']}";
for ($i=1; $i<=$filter['argc']; $i++) {
$filters .= ":".$filter["arg{$i}"];
$filters .= "-".$filter["arg{$i}"];
}
}
}