aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-11-03 23:37:35 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-11-03 23:37:35 +0100
commit269330749f1e456caf5c2e787448820449586ed4 (patch)
treea36e3c0d587e03dfe8fed6d89485095c1e71d21f /phpBB/includes/mcp
parent334265fc839f95d24cce44ec675ae8cef7b4bfaa (diff)
downloadforums-269330749f1e456caf5c2e787448820449586ed4.tar
forums-269330749f1e456caf5c2e787448820449586ed4.tar.gz
forums-269330749f1e456caf5c2e787448820449586ed4.tar.bz2
forums-269330749f1e456caf5c2e787448820449586ed4.tar.xz
forums-269330749f1e456caf5c2e787448820449586ed4.zip
[feature/soft-delete] Fix naming of soft delete (we wont use that in the UI)
PHPBB3-9567
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r--phpBB/includes/mcp/mcp_topic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php
index 3b13506862..cea5b9db8c 100644
--- a/phpBB/includes/mcp/mcp_topic.php
+++ b/phpBB/includes/mcp/mcp_topic.php
@@ -324,7 +324,7 @@ function mcp_topic_view($id, $mode, $action)
'REPORTED_IMG' => $user->img('icon_topic_reported', 'POST_REPORTED'),
'UNAPPROVED_IMG' => $user->img('icon_topic_unapproved', 'POST_UNAPPROVED'),
- 'DELETED_IMG' => $user->img('icon_topic_deleted', 'POST_DELETED'),
+ 'DELETED_IMG' => $user->img('icon_topic_deleted', 'POST_DELETED_RESTORE'),
'INFO_IMG' => $user->img('icon_post_info', 'VIEW_INFO'),
'S_MCP_ACTION' => "$url&amp;i=$id&amp;mode=$mode&amp;action=$action&amp;start=$start",