Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
072b7b65
Commit
072b7b65
authored
Apr 18, 2017
by
Dominik Hebeler
Browse files
Update Search.php
parent
a982d7f4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Jobs/Search.php
View file @
072b7b65
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment