'unset(...)' calls could be merged.

This commit is contained in:
Yuriy Pikhtarev 2017-05-05 00:56:13 +03:00
parent 57f0cd7614
commit 8b3d5e7f2b
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6

View file

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