1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16935] Add sphinx tests

PHPBB3-16935
This commit is contained in:
rxu
2021-12-12 10:53:56 +07:00
parent 9c15561a6b
commit 165adb3b07
5 changed files with 178 additions and 2 deletions

View File

@@ -631,7 +631,7 @@ class fulltext_sphinx implements search_backend_interface
*/
public function create_index(int &$post_counter = 0): ?array
{
if ($this->index_created())
if (!$this->index_created())
{
$table_data = array(
'COLUMNS' => array(