From 6583da5bf03f563b97047871d60ed3ae70af69d0 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Tue, 3 Jan 2006 15:10:13 +0000 Subject: [PATCH] And as if by magoc they are hidden (a minor change I missed commiting before Christmas) git-svn-id: file:///svn/phpbb/trunk@5421 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/mcp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/mcp.php b/phpBB/mcp.php index e1f1b0662f..cbb8b4a4a1 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -153,7 +153,7 @@ if (!$quickmod) if (!$post_id) { $module->set_display('post_details', false); - $module->set_display('post', false); + $module->set_display('warn_post', false); } if (!$topic_id) { @@ -166,6 +166,7 @@ if (!$quickmod) if (!$user_id && $username == '') { $module->set_display('user_notes', false); + $module->set_display('warn_user', false); } // Load and execute the relevant module