mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
Merge branch 'ticket/13930' into ticket/13930-master
Conflicts: phpBB/includes/acp/acp_database.php
This commit is contained in:
@@ -139,7 +139,7 @@ class fulltext_sphinx
|
||||
global $phpbb_container; // TODO inject into object
|
||||
$this->db_tools = $phpbb_container->get('dbal.tools');
|
||||
|
||||
if(!$this->config['fulltext_sphinx_id'])
|
||||
if (!$this->config['fulltext_sphinx_id'])
|
||||
{
|
||||
$this->config->set('fulltext_sphinx_id', unique_id());
|
||||
}
|
||||
|
Reference in New Issue
Block a user