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

Update Exalead.php

parent 046bcb4d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -19,7 +19,7 @@ class Exalead extends Searchengine ...@@ -19,7 +19,7 @@ class Exalead extends Searchengine
try { try {
$content = simplexml_load_string($result); $content = simplexml_load_string($result);
} catch (\Exception $e) { } catch (\Exception $e) {
abort(500, "$result is not a valid xml string"); return;
} }
if (!$content) { if (!$content) {
......
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