Bugfix: with file uploading (introduced with last commit)

This commit is contained in:
Michael Save 2012-04-20 19:47:25 +10:00
parent df97c559bd
commit 9286ec4928

View File

@ -468,7 +468,6 @@ if (isset($_POST['delete'])) {
if ($config['redraw_image']) {
$image->to($post['file']);
} else {
$dont_copy_file = true;
}
$image->destroy();