Browse Source

$post['id']

pull/40/head
Michael Save 12 years ago
parent
commit
6775eebcfa
  1. 2
      post.php

2
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']);

Loading…
Cancel
Save