1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12459] Fix: Soft deleted topics should appear in feeds

As for the posts, a soft deleted topic should appear (with a corresponding
message) in topic's based feeds.

PHPBB3-12459
This commit is contained in:
Tristan Darricau
2014-04-20 18:32:34 +02:00
committed by Tristan Darricau
parent 68293450f9
commit 9dc4e5a61f
5 changed files with 28 additions and 15 deletions

View File

@@ -740,6 +740,7 @@ $lang = array_merge($lang, array(
'TOPIC_REVIEW' => 'Topic review',
'TOPIC_TITLE' => 'Topic title',
'TOPIC_UNAPPROVED' => 'This topic has not been approved',
'TOPIC_DELETED' => 'Deleted topic:',
'TOTAL_ATTACHMENTS' => 'Attachment(s)',
'TOTAL_LOGS' => array(
1 => '%d log',