Browse Source

Fix ban

pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
c3ec56836c
  1. 2
      inc/mod/pages.php

2
inc/mod/pages.php

@ -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…
Cancel
Save