Skip to content
Snippets Groups Projects
Commit d84886ee authored by Davide Aprea's avatar Davide Aprea
Browse files

testing

parent 7b1866ce
No related branches found
No related tags found
2 merge requests!1739Development,!1700Resolve "Show information about every search engine that found a result"
...@@ -421,8 +421,6 @@ class MetaGer ...@@ -421,8 +421,6 @@ class MetaGer
if(isset($arr[$link])){ if(isset($arr[$link])){
$arr[$link]->gefVon[] = $this->results[$i]->gefVon[0]; $arr[$link]->gefVon[] = $this->results[$i]->gefVon[0];
$arr[$link]->gefVonLink[] = $this->results[$i]->gefVonLink[0]; $arr[$link]->gefVonLink[] = $this->results[$i]->gefVonLink[0];
array_splice($this->results, $i);
$i--;
}else{ }else{
$arr[$link] = &$this->results[$i]; $arr[$link] = &$this->results[$i];
} }
......
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