forked from leftypol/leftypol
Fix ban
This commit is contained in:
parent
38f40d3d06
commit
98a69a3188
1 changed files with 1 additions and 1 deletions
|
@ -1846,7 +1846,7 @@ function mod_ban_post($board, $delete, $post, $token = false) {
|
|||
'token' => $security_token
|
||||
);
|
||||
|
||||
if($_GET['thread']) {
|
||||
if(isset($_GET['thread']) && $_GET['thread']) {
|
||||
$args['thread'] = $_GET['thread'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue