aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-06-07 22:53:41 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-06-07 22:53:41 +0200
commit9203bf3141851812bbef9cff3a2634d9849d8f44 (patch)
tree55c5bb417a10c520027031d9256612d6be8535db /phpBB/phpbb/search
parent6687b7e9ab543c69c83b386452b53ba03a473539 (diff)
downloadforums-9203bf3141851812bbef9cff3a2634d9849d8f44.tar
forums-9203bf3141851812bbef9cff3a2634d9849d8f44.tar.gz
forums-9203bf3141851812bbef9cff3a2634d9849d8f44.tar.bz2
forums-9203bf3141851812bbef9cff3a2634d9849d8f44.tar.xz
forums-9203bf3141851812bbef9cff3a2634d9849d8f44.zip
[ticket/13930] Add missing spaces to code
PHPBB3-13930
Diffstat (limited to 'phpBB/phpbb/search')
-rw-r--r--phpBB/phpbb/search/fulltext_sphinx.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php
index eb53ca6d40..b3b1981ccf 100644
--- a/phpBB/phpbb/search/fulltext_sphinx.php
+++ b/phpBB/phpbb/search/fulltext_sphinx.php
@@ -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());
}