mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +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)
|
if ($left_join_topics)
|
||||||
{
|
{
|
||||||
$sql_array['LEFT_JOIN'][$left_join_topics] = array(
|
$sql_array['LEFT_JOIN'][$left_join_topics] = array(
|
||||||
'FROM' => TOPICS_TABLE => 't',
|
'FROM' => array(TOPICS_TABLE => 't'),
|
||||||
'ON' => 'p.topic_id = t.topic_id'
|
'ON' => 'p.topic_id = t.topic_id'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user