mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#1462)
* Minor improvements * Update viewforum.php * Update posting.php * Updated * Update admin_forums.php * Update CHANGELOG.md
This commit is contained in:
parent
0ca5fe3abe
commit
9cfd3d6a00
7 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue