1
0
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:
Joas Schilling
2011-02-14 16:43:56 +01:00
parent 8d12838aed
commit ad05f32c49
2 changed files with 21 additions and 5 deletions

View File

@@ -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)