This commit is contained in:
czaks 2015-03-10 13:28:55 +01:00
parent 7d92a05bd8
commit e999955d08

View File

@ -800,6 +800,7 @@ if (isset($_POST['delete'])) {
$post['num_files'] = sizeof($post['files']);
$post['id'] = $id = post($post);
$post['slug'] = slugify($post);
insertFloodPost($post);