mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
$post['id']
This commit is contained in:
parent
e4b6c89375
commit
6775eebcfa
2
post.php
2
post.php
@ -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']);
|
||||||
|
Loading…
Reference in New Issue
Block a user