mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[feature/avatars] Update ACP manage users, fix gallery focus issue
Updated ACP to match UCP with dropdown. Correctly determe which avatar to focus on by checking if the form was submitted and avatar_driver is set. PHPBB3-10018
This commit is contained in:
@@ -102,7 +102,7 @@ abstract class phpbb_avatar_driver
|
||||
/**
|
||||
* @TODO
|
||||
**/
|
||||
public function prepare_form($template, $user_row, &$error)
|
||||
public function prepare_form($template, $user_row, &$error, &$override_focus)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user