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

Noch ein Fehler

parent 62dbb2da
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -68,8 +68,7 @@ abstract class Searchengine ...@@ -68,8 +68,7 @@ abstract class Searchengine
} else { } else {
$q = $metager->getQ(); $q = $metager->getQ();
} }
$this->getString = $this->generateGetString($q, $metager->getUrl(), $metager->getLanguage(), $metager->getCategory()); $this->getString = $this->generateGetString($q, $metager->getUrl(), $metager->getLanguage(), $metager->getCategory());
die($this->getString);
$this->hash = md5($this->host . $this->getString . $this->port . $this->name); $this->hash = md5($this->host . $this->getString . $this->port . $this->name);
$this->resultHash = $metager->getHashCode(); $this->resultHash = $metager->getHashCode();
} }
......
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