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

Merge branch '159-toleranz-gegenuber-nicht-implementierten-suchmaschinen' into 'development'

Fehler behoben

Closes #159

See merge request !229
parents c3aee977 9d68ff7b
No related branches found
No related tags found
1 merge request!229Fehler behoben
......@@ -482,7 +482,7 @@ class MetaGer
# Wenn diese Suchmaschine gar nicht eingeschaltet sein soll
$path = "App\Models\parserSkripte\\" . ucfirst($engine["package"]->__toString());
if( !file_exists($path . ".php"))
if( !file_exists(app_path() . "/Models/parserSkripte/" . ucfirst($engine["package"]->__toString()) . ".php"))
{
Log::error("Konnte " . $engine["name"] . " nicht abfragen, da kein Parser existiert");
continue;
......
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