mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16138] Make comment more objective
PHPBB3-16138
This commit is contained in:
parent
bb24d619d2
commit
67f80c7942
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue