Added module language files to German language folder -- still need to be translated;
Fixed undefined error in acp_portal.php caused by old code; Fixed undefined error in portal.php if Portal is accessed after it has been uninstalled -- now it redirects to Index;
This commit is contained in:
@@ -43,13 +43,6 @@ 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