Minor improvements (#1462)

* Minor improvements

* Update viewforum.php

* Update posting.php

* Updated

* Update admin_forums.php

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-05-04 12:58:51 +07:00 committed by GitHub
commit 9cfd3d6a00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 17 additions and 17 deletions

View file

@ -199,8 +199,8 @@ switch ($mode) {
$hidden_fields = [
'sid' => $userdata['session_id'],
'mode' => $mode,
'f' => $forum_id,
't' => $topic_id
POST_FORUM_URL => $forum_id,
POST_TOPIC_URL => $topic_id
];
foreach ($req_topics as $req_topic_id) {
$hidden_fields['topic_id_list'][] = $req_topic_id;