mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
Merge branch 'ticket/nickvergessen/9578' into develop-olympus
* ticket/nickvergessen/9578: [ticket/9578] ACP Posting tab is missing "Post settings" module.
This commit is contained in:
@@ -1683,6 +1683,19 @@ function change_database_data(&$no_updates, $version)
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
// Install modules
|
||||
$modules_to_install = array(
|
||||
'post' => array(
|
||||
'base' => 'board',
|
||||
'class' => 'acp',
|
||||
'title' => 'ACP_POST_SETTINGS',
|
||||
'auth' => 'acl_a_board',
|
||||
'cat' => 'ACP_MESSAGES',
|
||||
'after' => array('message', 'ACP_MESSAGE_SETTINGS')
|
||||
),
|
||||
);
|
||||
|
||||
_add_modules($modules_to_install);
|
||||
|
||||
$no_updates = false;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user