From: Meik S. <acy...@ph...> - 2009-08-31 11:18:47
|
Author: acydburn Date: Mon Aug 31 12:18:06 2009 New Revision: 10073 Log: Redirect to group list if confirm box canceled - Bug #50105 Modified: branches/phpBB-3_0_0/phpBB/includes/ucp/ucp_groups.php Modified: branches/phpBB-3_0_0/phpBB/includes/ucp/ucp_groups.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/ucp/ucp_groups.php (original) --- branches/phpBB-3_0_0/phpBB/includes/ucp/ucp_groups.php Mon Aug 31 12:18:06 2009 *************** *** 966,971 **** --- 966,974 ---- ); } + // redirect to last screen + redirect($this->u_action . '&action=list&g=' . $group_id); + break; case 'deleteusers': *************** *** 1012,1017 **** --- 1015,1023 ---- ); } + // redirect to last screen + redirect($this->u_action . '&action=list&g=' . $group_id); + break; case 'addusers': |