Redirect to module config after installing a new module
This commit is contained in:
@@ -685,10 +685,7 @@ class acp_portal
|
|||||||
|
|
||||||
$cache->purge(); // make sure we don't get errors after re-adding a module
|
$cache->purge(); // make sure we don't get errors after re-adding a module
|
||||||
|
|
||||||
if($module_classname == 'custom')
|
|
||||||
{
|
|
||||||
meta_refresh(3, append_sid("{$phpbb_admin_path}index.$phpEx", 'i=portal&mode=config&module_id=' . $module_id));
|
meta_refresh(3, append_sid("{$phpbb_admin_path}index.$phpEx", 'i=portal&mode=config&module_id=' . $module_id));
|
||||||
}
|
|
||||||
|
|
||||||
trigger_error($user->lang['SUCCESS_ADD'] . adm_back_link($this->u_action));
|
trigger_error($user->lang['SUCCESS_ADD'] . adm_back_link($this->u_action));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user