mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-24 01:03:05 +02:00
[ticket/13564] Allow to specify user id for retrieving auth link data
PHPBB3-13564
This commit is contained in:
@@ -61,7 +61,7 @@ abstract class base implements \phpbb\auth\provider\provider_interface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_auth_link_data()
|
||||
public function get_auth_link_data($user_id = 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user