Removed unset line so it doesn't do it twice.
This commit is contained in:
parent
63a69e4258
commit
e92ac10349
@ -274,9 +274,6 @@ class CronUploader extends Extension
|
||||
} catch (Exception $e) {
|
||||
$this->move_uploaded($img[0], $img[1], true);
|
||||
}
|
||||
|
||||
// Remove img from queue array
|
||||
unset($this->image_queue[$i]);
|
||||
}
|
||||
|
||||
// Display & save upload log
|
||||
|
Loading…
x
Reference in New Issue
Block a user