From 6775eebcfa36118dc3a2f131d00a84a8ff3c84ba Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sun, 27 May 2012 20:55:56 +1000 Subject: [PATCH] $post['id'] --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index 2cbe5235..2449cf02 100644 --- a/post.php +++ b/post.php @@ -537,7 +537,7 @@ if (isset($_POST['delete'])) { } $post = (array)$post; - $id = post($post); + $post['id'] = $id = post($post); if (isset($post['antispam_hash'])) { incrementSpamHash($post['antispam_hash']);