Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
cfd600ae
Commit
cfd600ae
authored
Feb 22, 2018
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fehler beim Auslesen der Ergebnisse behoben
parent
baaa8634
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/Models/Searchengine.php
app/Models/Searchengine.php
+1
-1
No files found.
app/Models/Searchengine.php
View file @
cfd600ae
...
...
@@ -243,7 +243,7 @@ abstract class Searchengine
Cache
::
put
(
$this
->
hash
,
$body
,
$this
->
cacheDuration
);
}
}
if
(
$body
!==
""
)
{
if
(
$body
!==
""
&&
$body
!==
"connected"
&&
$body
!==
"waiting"
)
{
$this
->
loadResults
(
$body
);
$this
->
getNext
(
$metager
,
$body
);
$this
->
loaded
=
true
;
...
...
Write
Preview
Markdown
is supported
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