mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Fixed empty topic_id
in log actions after topic rename (#1687)
* Fixed empty topic_id in log actions after topic rename * Update CHANGELOG.md
This commit is contained in:
parent
46af8af60a
commit
66e7db25bf
2 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ switch ($mode) {
|
|||
$log_action->mod('mod_topic_renamed', [
|
||||
'forum_id' => $t_data['forum_id'],
|
||||
'topic_id' => $topic_id,
|
||||
'topic_id_new' => $topic_id,
|
||||
'topic_title' => $old_title,
|
||||
'topic_title_new' => $new_title
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue