mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/9135] Fix report-icon for moderators in PM folders.
There was a S_TOPIC_REPORTED switch in the template of prosilver, which should indicate whether the PM is reported. But the variable was neither filled, nor named correctly. Now it is filled with a boolean and a link to the report is displayed for permitted users. PHPBB3-9135
This commit is contained in:
@@ -420,6 +420,7 @@ $lang = array_merge($lang, array(
|
||||
'PIXEL' => 'px',
|
||||
'PLAY_QUICKTIME_FILE' => 'Play Quicktime file',
|
||||
'PM' => 'PM',
|
||||
'PM_REPORTED' => 'Click to view report',
|
||||
'POSTING_MESSAGE' => 'Posting message in %s',
|
||||
'POSTING_PRIVATE_MESSAGE' => 'Composing private message',
|
||||
'POST' => 'Post',
|
||||
|
Reference in New Issue
Block a user