mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/9549] Throw an error when the given field-name is invalid.
Also the code now only appends an adm_back_link, when we are in the ACP. PHPBB3-9549
This commit is contained in:
@@ -821,7 +821,7 @@ class acp_groups
|
||||
}
|
||||
else if ($field)
|
||||
{
|
||||
$group_position = new phpbb_group_positions($db, $field);
|
||||
$group_position = new phpbb_group_positions($db, $field, $this->u_action);
|
||||
}
|
||||
|
||||
switch ($action)
|
||||
|
Reference in New Issue
Block a user