diff options
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/search/fulltext_sphinx.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php index 427464eb3c..eb53ca6d40 100644 --- a/phpBB/phpbb/search/fulltext_sphinx.php +++ b/phpBB/phpbb/search/fulltext_sphinx.php @@ -715,6 +715,7 @@ class fulltext_sphinx  					),  					'ON'	=> 'p1.topic_id = p2.topic_id',  				)), +				'WHERE' => 'p2.post_id = ' . ((int) $post_id),  			);  			$sql = $this->db->sql_build_query('SELECT', $sql_array);  | 
