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

Bug gefixt bei dem die Suche manchmal beim Parsen der Ergebnisse von zeitde abgestürzt ist.

parent 320db71d
No related branches found
No related tags found
2 merge requests!73Updates from Master,!72Bug gefixt bei dem die Suche manchmal beim Parsen der Ergebnisse von zeitde abgestürzt ist.
......@@ -20,6 +20,8 @@ class Zeitde extends Searchengine
return;
foreach( $results->{"matches"} as $result )
{
if( !isset($result->{"title"}) || !isset($result->{"href"}) || !isset($result->{"snippet"}))
continue;
$title = $result->{"title"};
$link = $result->{"href"};
$anzeigeLink = $link;
......
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