aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/ucp/ucp_resend.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/ucp/ucp_resend.php')
-rw-r--r--phpBB/modules/ucp/ucp_resend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/ucp/ucp_resend.php b/phpBB/modules/ucp/ucp_resend.php
index ad58fd4c4d..35af962a2a 100644
--- a/phpBB/modules/ucp/ucp_resend.php
+++ b/phpBB/modules/ucp/ucp_resend.php
@@ -117,7 +117,7 @@ class ucp_resend
if (phpbb::$config['require_activation'] == USER_ACTIVATION_ADMIN)
{
// Grab an array of user_id's with a_user permissions ... these users can activate a user
- $admin_ary = $auth->acl_get_list(false, 'a_user', false);
+ $admin_ary = phpbb::$acl->acl_get_list(false, 'a_user', false);
$sql = 'SELECT user_id, username, user_email, user_lang, user_jabber, user_notify_type
FROM ' . USERS_TABLE . '