mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11620] Update auth_provider for new interface
PHPBB3-11620
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user