Bugfix: with file uploading (introduced with last commit)

This commit is contained in:
Michael Save 2012-04-20 19:47:25 +10:00
parent b5c7e30609
commit 2082fcde24

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();