Browse Source

Bugfix: non-image file uploading

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

1
post.php

@ -468,6 +468,7 @@ 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