mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +02:00
[feature/avatars] Remove unneeded argument for driver prepare_form()
PHPBB3-10018
This commit is contained in:
@@ -46,7 +46,7 @@ interface phpbb_avatar_driver_interface
|
||||
/**
|
||||
* @TODO
|
||||
**/
|
||||
public function prepare_form($template, $row, &$error, &$override_focus);
|
||||
public function prepare_form($template, $row, &$error);
|
||||
|
||||
/**
|
||||
* @TODO
|
||||
|
Reference in New Issue
Block a user