Added the basic way of installing the modules after portal has been installed for the first time
This commit is contained in:
@@ -43,6 +43,13 @@ class acp_portal
|
||||
|
||||
$user->add_lang('mods/portal');
|
||||
$submit = (isset($_POST['submit'])) ? true : false;
|
||||
|
||||
// install modules first if this is the first visit
|
||||
if($config['board3_first_install'])
|
||||
{
|
||||
set_config('board3_first_install', 0);
|
||||
board3_basic_install(true, $this->u_action);
|
||||
}
|
||||
|
||||
$form_key = 'acp_portal';
|
||||
add_form_key($form_key);
|
||||
|
||||
Reference in New Issue
Block a user