mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Log the forum name that topics are moved into.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8908 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -641,7 +641,7 @@ function mcp_move_topic($topic_ids)
|
||||
{
|
||||
// Get the list of forums to resync, add a log entry
|
||||
$forum_ids[] = $row['forum_id'];
|
||||
add_log('mod', $to_forum_id, $topic_id, 'LOG_MOVE', $row['forum_name']);
|
||||
add_log('mod', $to_forum_id, $topic_id, 'LOG_MOVE', $row['forum_name'], $forum_data['forum_name']);
|
||||
|
||||
// If we have moved a global announcement, we need to correct the topic type
|
||||
if ($row['topic_type'] == POST_GLOBAL)
|
||||
|
Reference in New Issue
Block a user