diff options
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r-- | phpBB/mcp.php | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |