aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-13 17:45:06 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-13 17:45:06 +0100
commit50ca72e53c37404df136b9b1bd08cd8ea2475458 (patch)
tree45bba910987cdafa99eeac87551efd03fd024cdc
parentMerge pull request #5826 from 3D-I/ticket/16308 (diff)
parentMerge pull request #5819 from mrgoldy/ticket/16291 (diff)
downloadphpbb-50ca72e53c37404df136b9b1bd08cd8ea2475458.tar.gz
phpbb-50ca72e53c37404df136b9b1bd08cd8ea2475458.tar.bz2
phpbb-50ca72e53c37404df136b9b1bd08cd8ea2475458.zip
Merge branch '3.2.x' into 3.3.x
-rw-r--r--phpBB/styles/prosilver/template/mcp_front.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html
index 90793d072b..3eba12fe74 100644
--- a/phpBB/styles/prosilver/template/mcp_front.html
+++ b/phpBB/styles/prosilver/template/mcp_front.html
@@ -91,7 +91,7 @@
</div>
</dt>
<dd class="moderation">
- <span>{L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE} <br />
+ <span>{L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE} {{ report.REPORT_TIME }}<br />
{L_FORUM}{L_COLON} <a href="{report.U_FORUM}">{report.FORUM_NAME}</a></span>
</dd>
</dl>