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

Fehler behoben

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