aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-13 17:45:00 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-13 17:45:00 +0100
commit21f0a2b1b8aa44ffb491c0534cdcf2a74d4e9e4b (patch)
treed57cf3c55828457d7b8c5a5852ee28acfb83ade6
parentMerge branch 'prep-release-3.2.9' into 3.2.x (diff)
parent[ticket/16291] Add missing report time (diff)
downloadphpbb-21f0a2b1b8aa44ffb491c0534cdcf2a74d4e9e4b.tar.gz
phpbb-21f0a2b1b8aa44ffb491c0534cdcf2a74d4e9e4b.tar.bz2
phpbb-21f0a2b1b8aa44ffb491c0534cdcf2a74d4e9e4b.zip
Merge pull request #5819 from mrgoldy/ticket/16291
[ticket/16291] Add missing report time
-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>