mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-16 10:03:11 -07:00
'unset(...)' calls could be merged.
This commit is contained in:
parent
57f0cd7614
commit
8b3d5e7f2b
1 changed files with 1 additions and 2 deletions
|
@ -174,8 +174,7 @@ if ($mode == 'ip') {
|
|||
$is_auth['auth_mod'] = true;
|
||||
|
||||
$_POST['insert_bot_msg'] = 1;
|
||||
unset($_POST['topic_id_list']);
|
||||
unset($_POST['move_leave_shadow']);
|
||||
unset($_POST['topic_id_list'], $_POST['move_leave_shadow']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue