mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[feature/class-prefix] Rename auth => phpbb_auth
PHPBB3-10609
This commit is contained in:
@@ -66,7 +66,7 @@ class ucp_remind
|
||||
}
|
||||
|
||||
// Check users permissions
|
||||
$auth2 = new auth();
|
||||
$auth2 = new phpbb_auth();
|
||||
$auth2->acl($user_row);
|
||||
|
||||
if (!$auth2->acl_get('u_chgpasswd'))
|
||||
|
Reference in New Issue
Block a user