mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added mod "Reason to move topic" (#1388)
* Added mod "Reason to move topic" * Update CHANGELOG.md
This commit is contained in:
parent
6585b3124d
commit
58af3dff58
6 changed files with 24 additions and 28 deletions
|
@ -253,7 +253,7 @@ switch ($mode) {
|
|||
|
||||
if ($confirmed) {
|
||||
$new_forum_id = (int)$_POST['new_forum'];
|
||||
$result = \TorrentPier\Legacy\Admin\Common::topic_move($req_topics, $new_forum_id, $forum_id, isset($_POST['move_leave_shadow']), isset($_POST['insert_bot_msg']));
|
||||
$result = \TorrentPier\Legacy\Admin\Common::topic_move($req_topics, $new_forum_id, $forum_id, isset($_POST['move_leave_shadow']), isset($_POST['insert_bot_msg']), $_POST['reason_move_bot']);
|
||||
|
||||
//Обновление кеша новостей на главной
|
||||
$news_forums = array_flip(explode(',', $bb_cfg['latest_news_forum_id']));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue