mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[ticket/13930] Add missing spaces to code
PHPBB3-13930
This commit is contained in:
@@ -138,7 +138,7 @@ class fulltext_sphinx
|
||||
// Initialize \phpbb\db\tools object
|
||||
$this->db_tools = new \phpbb\db\tools($this->db);
|
||||
|
||||
if(!$this->config['fulltext_sphinx_id'])
|
||||
if (!$this->config['fulltext_sphinx_id'])
|
||||
{
|
||||
set_config('fulltext_sphinx_id', unique_id());
|
||||
}
|
||||
|
Reference in New Issue
Block a user