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

fixed deleting duplicates

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