mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Fixed error
git-svn-id: file:///svn/phpbb/trunk@508 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -360,7 +360,7 @@ if((isset($HTTP_POST_VARS['dosearch']) || isset($HTTP_GET_VARS['dosearch'])) &&
|
||||
|
||||
while(list($key, $value) = each($is_auth_ary))
|
||||
{
|
||||
if(!$value['auth_view'])
|
||||
if(!$value['auth_read'])
|
||||
{
|
||||
$sql .= " AND (f.forum_id <> $key )";
|
||||
}
|
||||
|
Reference in New Issue
Block a user