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

Update Nebel.php

parent 5aab1e93
No related branches found
No related tags found
1 merge request!749Development
...@@ -22,10 +22,10 @@ class Nebel extends Searchengine ...@@ -22,10 +22,10 @@ class Nebel extends Searchengine
continue; continue;
} }
$title = $res[2]; $title = $res[1];
$link = $res[0]; $link = $res[0];
$anzeigeLink = $link; $anzeigeLink = $link;
$descr = $res[1]; $descr = $res[2];
$this->counter++; $this->counter++;
$this->results[] = new \App\Models\Result( $this->results[] = new \App\Models\Result(
......
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