forked from leftypol/leftypol
Bugfix: with file uploading (introduced with last commit)
This commit is contained in:
parent
df97c559bd
commit
9286ec4928
1 changed files with 0 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue