diff --git a/post.php b/post.php index 93592590..87795aa0 100644 --- a/post.php +++ b/post.php @@ -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);