Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2023-01-31 16:56:30 +01:00
commit 49cb6d1e1c
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -390,7 +390,7 @@ function mcp_topic_view($id, $mode, $action)
'TOPIC_TITLE' => $topic_info['topic_title'],
'U_VIEW_TOPIC' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 't=' . $topic_info['topic_id']),
'TO_TOPIC_ID' => $to_topic_id,
'TO_TOPIC_ID' => $to_topic_id ?: '',
'TO_TOPIC_INFO' => ($to_topic_id) ? sprintf($user->lang['YOU_SELECTED_TOPIC'], $to_topic_id, '<a href="' . append_sid("{$phpbb_root_path}viewtopic.$phpEx", 't=' . $to_topic_id) . '">' . $to_topic_info['topic_title'] . '</a>') : '',
'SPLIT_SUBJECT' => $subject,