mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/11103] Correct the test case
Fix a bug that broke it and make sure to set the needed config/auth settings PHPBB3-11103
This commit is contained in:
@@ -32,4 +32,9 @@ class phpbb_mock_notifications_auth extends phpbb_auth
|
||||
|
||||
return $auth_list;
|
||||
}
|
||||
|
||||
function acl_get($opt, $f = 0)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user