Skip to content
Snippets Groups Projects
Commit 072b7b65 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update Search.php

parent a982d7f4
No related branches found
No related tags found
1 merge request!859Development
......@@ -309,7 +309,7 @@ class Search implements ShouldQueue
try
{
$fp = pfsockopen($this->getHost() . ":" . $this->port . "/$counter", $this->port, $errstr, $errno, 1);
$fp = pfsockopen($this->getHost(), $this->port, $errstr, $errno, 1);
} catch (\ErrorException $e) {
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment