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

(cherry picked from commit 8b3d5e7)
This commit is contained in:
Yuriy Pikhtarev 2017-05-05 00:56:13 +03:00 committed by Vasily Komrakov
commit 6eed2e8a76
No known key found for this signature in database
GPG key ID: 558236680C20A69A

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