Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
718ef666
Commit
718ef666
authored
Aug 03, 2016
by
Dominik Hebeler
Browse files
Fehler behoben
parent
63724a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
718ef666
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment