mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 06:58:55 +00:00
Compare commits
2 commits
c8d0ee4730
...
d0150ecd53
Author | SHA1 | Date | |
---|---|---|---|
|
d0150ecd53 | ||
|
1ae9a49811 |
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class fulltext_sphinx
|
|||
array('read_timeout', '5'),
|
||||
array('max_children', '30'),
|
||||
array('pid_file', $this->config['fulltext_sphinx_data_path'] . 'searchd.pid'),
|
||||
array('binlog_path', $this->config['fulltext_sphinx_data_path']),
|
||||
array('binlog_path', rtrim($this->config['fulltext_sphinx_data_path'], '/\\')), // Trim trailing slash
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue