From 0dfa526665b5f6e170af89681981eb4662095a2d Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Fri, 6 Jan 2006 22:38:18 +0000 Subject: Fixing a permissions issue where a user only has local moderator rights. David - please test to make sure it works for you as well NB: There is still an outstanding issue on the queue module to be looked at later git-svn-id: file:///svn/phpbb/trunk@5432 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/mcp.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/mcp.php') diff --git a/phpBB/mcp.php b/phpBB/mcp.php index cbb8b4a4a1..04b4da545d 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -143,6 +143,11 @@ if (!$quickmod) $forum_id = $forum_list[0]; } + if($forum_id) + { + $module->acl_forup_id = $forum_id; + } + // Instantiate module system and generate list of available modules $module->list_modules('mcp'); -- cgit v1.2.1