pull a bunch of small fixes from #659
This commit is contained in:
@ -619,7 +619,7 @@ class Image
|
||||
);
|
||||
} else {
|
||||
// check if tag has already been written
|
||||
if(in_array($id, $written_tags)) {
|
||||
if (in_array($id, $written_tags)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user