[ticket/9012] Adjust shadow topic title to the title at the time it was moved.

Moved topics which have their title changed in the new forum will now show the
old title in the original viewforum instead of the new title.

PHPBB3-9012
This commit is contained in:
Adam Reyher 2010-05-02 23:07:44 -04:00 committed by Andreas Fischer
parent fd23bccd4d
commit b939ce5940

View file

@ -508,6 +508,7 @@ if (sizeof($shadow_topic_list))
'topic_moved_id' => $rowset[$orig_topic_id]['topic_moved_id'], 'topic_moved_id' => $rowset[$orig_topic_id]['topic_moved_id'],
'topic_status' => $rowset[$orig_topic_id]['topic_status'], 'topic_status' => $rowset[$orig_topic_id]['topic_status'],
'topic_type' => $rowset[$orig_topic_id]['topic_type'], 'topic_type' => $rowset[$orig_topic_id]['topic_type'],
'topic_title' => $rowset[$orig_topic_id]['topic_title'],
)); ));
// Shadow topics are never reported // Shadow topics are never reported