From a1b88e12cae7588760c1c9ace6476ee08bf7df02 Mon Sep 17 00:00:00 2001
From: hanakin
Date: Fri, 8 May 2020 11:25:31 -1000
Subject: [PATCH] [ticket/16237] fix mcp_post
PHPBB3-16237
---
phpBB/styles/prosilver/template/mcp_post.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index 0a37c151ed..e377f74bca 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -75,7 +75,7 @@
{L_BCC}{L_COLON} {bcc_recipient.NAME_FULL} style="color:{bcc_recipient.COLOUR};">{bcc_recipient.NAME}
- {{ Icon('iconify', 'fa:file', MINI_POST_IMG, true, 'c-topic-icon') }} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}
+ {{ Icon('iconify', 'fa:file', MINI_POST, true, 'c-topic-icon') }} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}