mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Redirect to group list if confirm box canceled - Bug #50105
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10073 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0dc8f103c9
commit
bef4eb231f
1 changed files with 6 additions and 0 deletions
|
@ -966,6 +966,9 @@ class ucp_groups
|
|||
);
|
||||
}
|
||||
|
||||
// redirect to last screen
|
||||
redirect($this->u_action . '&action=list&g=' . $group_id);
|
||||
|
||||
break;
|
||||
|
||||
case 'deleteusers':
|
||||
|
@ -1012,6 +1015,9 @@ class ucp_groups
|
|||
);
|
||||
}
|
||||
|
||||
// redirect to last screen
|
||||
redirect($this->u_action . '&action=list&g=' . $group_id);
|
||||
|
||||
break;
|
||||
|
||||
case 'addusers':
|
||||
|
|
Loading…
Add table
Reference in a new issue