From d1c418b9e2b4e1b18a8a816b04c978b61b43a571 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 13 May 2006 10:59:16 +0000 Subject: [PATCH] - david: copy&paste error? ;) git-svn-id: file:///svn/phpbb/trunk@5908 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(