forked from leftypol/leftypol
$post['id']
This commit is contained in:
parent
e4b6c89375
commit
6775eebcfa
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue