$post['id']

This commit is contained in:
Michael Save 2012-05-27 20:55:56 +10:00
parent e4b6c89375
commit 6775eebcfa

View File

@ -537,7 +537,7 @@ if (isset($_POST['delete'])) {
} }
$post = (array)$post; $post = (array)$post;
$id = post($post); $post['id'] = $id = post($post);
if (isset($post['antispam_hash'])) { if (isset($post['antispam_hash'])) {
incrementSpamHash($post['antispam_hash']); incrementSpamHash($post['antispam_hash']);