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

Fehler beim Auslesen der Ergebnisse behoben

parent 6893b752
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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;
......
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