From 67f80c7942c705018eac63ddc6ee7c04896f9fee Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 25 Jan 2020 14:17:49 +0100 Subject: [PATCH] [ticket/16138] Make comment more objective PHPBB3-16138 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 4be95d909d..8105d9a282 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -41,7 +41,7 @@ $refresh = (isset($_POST['add_file']) || isset($_POST['delete_file']) || $save | $submit = $request->is_set_post('post') && !$refresh && !$preview; $mode = $request->variable('mode', ''); -// We need to choose which of the url parameters we must trust and ignore the others +// Only assign required URL parameters $forum_id = 0; $topic_id = 0; $post_id = 0;