mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11620] Update auth_provider for new interface
PHPBB3-11620
This commit is contained in:
parent
7dbd85ad02
commit
30f198c61a
1 changed files with 6 additions and 1 deletions
|
@ -31,7 +31,7 @@ class phpbb_mock_auth_provider implements phpbb_auth_provider_interface
|
|||
return array();
|
||||
}
|
||||
|
||||
function acp($new)
|
||||
function acp()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
@ -45,4 +45,9 @@ class phpbb_mock_auth_provider implements phpbb_auth_provider_interface
|
|||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public function get_acp_template($new_config)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue