aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/auth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/auth.php b/phpBB/includes/auth.php
index 347b7d8e8d..5744dfbbe8 100644
--- a/phpBB/includes/auth.php
+++ b/phpBB/includes/auth.php
@@ -171,7 +171,7 @@ function auth($type, $forum_id, $userdata, $f_access = -1)
AND g.group_id <> 0 )
)
$forum_match_sql";*/
- $sql = "SELECT a.forum_id, $a_sql, au.auth_mod, g.group_single_user
+ $sql = "SELECT a.forum_id, $a_sql, a.auth_mod, g.group_single_user
FROM " . AUTH_ACCESS_TABLE . " a, " . USER_GROUP_TABLE . " ug, " . GROUPS_TABLE . " g
WHERE ug.user_id = ".$userdata['user_id']. "
AND g.group_id = ug.group_id
@@ -368,4 +368,4 @@ function auth_check_user($type, $key, $u_access, $is_admin)
return $auth_user;
}
-?> \ No newline at end of file
+?>