mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11355] Referred proper variable when validating selection. [ticket/11355] Wrong error message when no user is selected. Conflicts: phpBB/includes/acp/acp_groups.php
This commit is contained in:
commit
b964d17564
1 changed files with 4 additions and 0 deletions
|
@ -185,6 +185,10 @@ class acp_groups
|
|||
break;
|
||||
|
||||
case 'deleteusers':
|
||||
if (empty($mark_ary))
|
||||
{
|
||||
trigger_error($user->lang['NO_USERS'] . adm_back_link($this->u_action . '&action=list&g=' . $group_id), E_USER_WARNING);
|
||||
}
|
||||
case 'delete':
|
||||
if (!$group_id)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue