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

Fehler behoben

parent 7623ba20
Branches
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.
Please to comment