From d6f5fc28ce1263fd40a7a1c6396055d152dae959 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 20 Apr 2012 19:47:25 +1000 Subject: [PATCH] Bugfix: with file uploading (introduced with last commit) --- post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/post.php b/post.php index e4eadffb..b4a256a5 100644 --- a/post.php +++ b/post.php @@ -468,7 +468,6 @@ if (isset($_POST['delete'])) { if ($config['redraw_image']) { $image->to($post['file']); - } else { $dont_copy_file = true; } $image->destroy();