mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update viewtopic.php
This commit is contained in:
parent
7766101228
commit
f493a3b023
1 changed files with 3 additions and 1 deletions
|
@ -759,7 +759,9 @@ if (defined('SPLIT_FORM_START')) {
|
|||
$template->assign_vars([
|
||||
'SPLIT_FORM' => true,
|
||||
'START' => $start,
|
||||
'S_SPLIT_ACTION' => 'modcp.php'
|
||||
'S_SPLIT_ACTION' => 'modcp.php',
|
||||
'POST_FORUM_URL' => POST_FORUM_URL,
|
||||
'POST_TOPIC_URL' => POST_TOPIC_URL,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue