mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 22:11:01 +02:00
sphinx: type cast port to integer
This commit is contained in:
parent
2457679aed
commit
7c01db43ef
@ -3809,7 +3809,7 @@
|
||||
|
||||
$sphinxpair = explode(":", SPHINX_SERVER, 2);
|
||||
|
||||
$sphinxClient->SetServer($sphinxpair[0], $sphinxpair[1]);
|
||||
$sphinxClient->SetServer($sphinxpair[0], (int)$sphinxpair[1]);
|
||||
$sphinxClient->SetConnectTimeout(1);
|
||||
|
||||
$sphinxClient->SetFieldWeights(array('title' => 70, 'content' => 30,
|
||||
|
Loading…
x
Reference in New Issue
Block a user