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:
Marc Alexander
2010-11-30 09:01:57 +00:00
parent 3c4285a504
commit c196b2b0c5
29 changed files with 1173 additions and 182 deletions

View File

@@ -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);