This commit is contained in:
towards-a-new-leftypol 2020-12-31 05:41:22 -05:00
parent 798c839681
commit c3ec56836c
1 changed files with 1 additions and 1 deletions

View File

@ -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'];
}