1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00

psot.php: remove no-op lines

This commit is contained in:
Zankaria 2024-03-21 16:15:49 +01:00
parent 0c3159673d
commit 27ddd5158d

View File

@ -1209,8 +1209,6 @@ if (isset($_POST['delete'])) {
}
$post = (array)$post;
if ($post['files'])
$post['files'] = $post['files'];
$post['num_files'] = sizeof($post['files']);
$post['id'] = $id = post($post);