diff --git a/app/MetaGer.php b/app/MetaGer.php index f5ffece0aa5fc38babdba0445ff5a9b6d69b76d7..2e9bc76b76bc40dd14a7555ea4e7556a8a614e79 100644 --- a/app/MetaGer.php +++ b/app/MetaGer.php @@ -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]; }