mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[feature/sphinx-fulltext-search] fix comments and indentation
PHPBB3-10946
This commit is contained in:
@@ -135,7 +135,7 @@ class phpbb_search_fulltext_sphinx
|
||||
return false;
|
||||
}
|
||||
|
||||
include ($phpbb_root_path . 'config.' . $phpEx);
|
||||
include($phpbb_root_path . 'config.' . $phpEx);
|
||||
|
||||
/* Now that we're sure everything was entered correctly,
|
||||
generate a config for the index. We use a config value
|
||||
|
Reference in New Issue
Block a user