1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

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
This commit is contained in:
Graham Eames
2006-01-06 22:38:18 +00:00
parent a05d3c14d2
commit 0dfa526665
4 changed files with 17 additions and 20 deletions

View File

@@ -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');