User gets taken back to Portal Modules instead of General Settings after editing the Module options in the ACP

This commit is contained in:
Marc Alexander
2010-08-30 13:30:27 +00:00
parent 1916e7bb56
commit ed6124155a

View File

@@ -167,7 +167,7 @@ class acp_portal
$cache->destroy('sql', CONFIG_TABLE);
add_log('admin', 'LOG_PORTAL_CONFIG', $user->lang['ACP_PORTAL_' . strtoupper($mode) . '_INFO']);
trigger_error($user->lang['CONFIG_UPDATED'] . adm_back_link($this->u_action));
trigger_error($user->lang['CONFIG_UPDATED'] . adm_back_link(($module_id) ? append_sid("{$phpbb_root_path}/adm/index.$phpEx", 'i=portal&mode=modules') : $this->u_action));
}
$this->tpl_name = 'acp_portal_config';