mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
- create forums by default
- hide prune options if not enabled - fixed module management enable/disable switch if in module itself - fixed some schema errors - adjusted $user->page array generation for developers calling scripts outside of phpBB root git-svn-id: file:///svn/phpbb/trunk@5995 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -85,7 +85,7 @@ class acp_forums
|
||||
'forum_id' => $forum_id
|
||||
);
|
||||
|
||||
// No break here
|
||||
// No break here
|
||||
|
||||
case 'add':
|
||||
|
||||
@@ -416,7 +416,7 @@ class acp_forums
|
||||
{
|
||||
$forum_data = array(
|
||||
'parent_id' => $this->parent_id,
|
||||
'forum_type' => FORUM_CAT,
|
||||
'forum_type' => FORUM_POST,
|
||||
'forum_status' => ITEM_UNLOCKED,
|
||||
'forum_name' => request_var('forum_name', '', true),
|
||||
'forum_link' => '',
|
||||
|
Reference in New Issue
Block a user