aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth.php b/phpBB/includes/auth.php
index c31a45bc7f..1dfd506bf8 100644
--- a/phpBB/includes/auth.php
+++ b/phpBB/includes/auth.php
@@ -665,7 +665,7 @@ class auth
'FROM' => array(
ACL_OPTIONS_TABLE => 'ao',
- ACL_USERS_TABLE => 'a'
+ ACL_GROUPS_TABLE => 'a'
),
'LEFT_JOIN' => array(