mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:37:11 +02:00
not quite
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9173 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -697,7 +697,7 @@ class fulltext_native extends search_backend
|
||||
if ($left_join_topics)
|
||||
{
|
||||
$sql_array['LEFT_JOIN'][$left_join_topics] = array(
|
||||
'FROM' => TOPICS_TABLE => 't',
|
||||
'FROM' => array(TOPICS_TABLE => 't'),
|
||||
'ON' => 'p.topic_id = t.topic_id'
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user