aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/notifications_auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mock/notifications_auth.php')
-rw-r--r--tests/mock/notifications_auth.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mock/notifications_auth.php b/tests/mock/notifications_auth.php
index d1c1458de7..d960acb81a 100644
--- a/tests/mock/notifications_auth.php
+++ b/tests/mock/notifications_auth.php
@@ -32,4 +32,9 @@ class phpbb_mock_notifications_auth extends phpbb_auth
return $auth_list;
}
+
+ function acl_get($opt, $f = 0)
+ {
+ return true;
+ }
}