mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update mod_action.php
This commit is contained in:
parent
fd08db1b9b
commit
2de6a8eb6c
@ -69,6 +69,7 @@ switch ($mode)
|
|||||||
$log_action->mod('mod_topic_renamed', array(
|
$log_action->mod('mod_topic_renamed', array(
|
||||||
'forum_id' => $t_data['forum_id'],
|
'forum_id' => $t_data['forum_id'],
|
||||||
'topic_id' => $topic_id,
|
'topic_id' => $topic_id,
|
||||||
|
'topic_id_new' => $topic_id,
|
||||||
'topic_title' => $old_title,
|
'topic_title' => $old_title,
|
||||||
'topic_title_new' => $new_title,
|
'topic_title_new' => $new_title,
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user