Browse Source

Bugfix: with file uploading (introduced with last commit)

pull/40/head
Michael Save 12 years ago
parent
commit
2082fcde24
  1. 1
      post.php

1
post.php

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

Loading…
Cancel
Save