From bb24d619d28b38d2977884dcfa490a297926f7d4 Mon Sep 17 00:00:00 2001 From: v12mike Date: Sun, 12 Jan 2020 22:47:06 -0500 Subject: [PATCH] [ticket/16138] Eliminate redundant parameters from board URLs Fix whitespace PHPBB3-16138 --- phpBB/posting.php | 1 - 1 file changed, 1 deletion(-) 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))) {