Browse Source

$post['id']

tags/vichan-devel-4.0-gold
Michael Save 12 years ago
parent
commit
6775eebcfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      post.php

+ 1
- 1
post.php View File

@@ -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