diff --git a/phpBB/posting.php b/phpBB/posting.php index a5240094fc..4be95d909d 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -107,7 +107,6 @@ switch ($mode) break; } - // If the user is not allowed to delete the post, we try to soft delete it, so we overwrite the mode here. if ($mode == 'delete' && (($confirm && !$request->is_set_post('delete_permanent')) || !$auth->acl_gets('f_delete', 'm_delete', $forum_id))) {