Whitespace and removed error.

This commit is contained in:
nonmakina 2021-01-09 19:26:59 -06:00
parent 3f1ef0e0fe
commit fd0aa9c70d
2 changed files with 0 additions and 4 deletions

View file

@ -234,7 +234,6 @@ function handle_delete(){
error($config['error']['nodeletethread']);
}
if ($password != '' && $post['password'] != $password && (!$thread || $thread['password'] != $password))
error($config['error']['invalidpassword']);