mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'ticket/adamreyher/9012' into develop-olympus
* ticket/adamreyher/9012: [ticket/9012] Adjust shadow topic title to the title at the time it was moved.
This commit is contained in:
commit
062d8fda04
1 changed files with 1 additions and 0 deletions
|
@ -508,6 +508,7 @@ if (sizeof($shadow_topic_list))
|
|||
'topic_moved_id' => $rowset[$orig_topic_id]['topic_moved_id'],
|
||||
'topic_status' => $rowset[$orig_topic_id]['topic_status'],
|
||||
'topic_type' => $rowset[$orig_topic_id]['topic_type'],
|
||||
'topic_title' => $rowset[$orig_topic_id]['topic_title'],
|
||||
));
|
||||
|
||||
// Shadow topics are never reported
|
||||
|
|
Loading…
Add table
Reference in a new issue