1
0
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:
Nathan Guse
2012-10-20 21:55:58 -05:00
parent 7e6f31b51d
commit bc18e368c3
3 changed files with 30 additions and 7 deletions

View File

@@ -32,4 +32,9 @@ class phpbb_mock_notifications_auth extends phpbb_auth
return $auth_list;
}
function acl_get($opt, $f = 0)
{
return true;
}
}