Redirect($id,'defaultadmin'); } if( !isset($params['modlist']) ) { // no module list... $this->Redirect($id,'defaultadmin'); } $installs = array_reverse(unserialize(base64_decode($params['modlist']))); $messages = modmgr_utils::install_module_list($installs); // now redirect to the action that will display the results $gCms->clear_cached_files(); $this->Redirect($id,'display_install_results'); // $smarty->assign('mod',$this); // $smarty->assign('messages',$messages); // $smarty->assign('link_back',$this->CreateLink('defaultadmin',$returnid,$this->Lang('back_to_module_manager'))); // echo $this->ProcessTemplate('postinstall.tpl'); # # EOF # ?>