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
e2fe111b
Commit
e2fe111b
authored
Jul 25, 2016
by
Phil Höfer
Browse files
undefined avariable fixed
parent
daeee15b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Result.php
View file @
e2fe111b
...
...
@@ -173,6 +173,7 @@ class Result
# Wir wenden die Stoppwortsuche an und schmeißen entsprechende Ergebnisse raus:
foreach
(
$metager
->
getStopWords
()
as
$stopWord
)
{
$text
=
$this
->
titel
.
" "
.
$this
->
descr
;
if
(
stripos
(
$text
,
$stopWord
)
!==
false
)
{
return
false
;
...
...
@@ -245,4 +246,4 @@ class Result
return
"https://proxy.suma-ev.de/cgi-bin/nph-proxy.cgi/en/I0/"
.
$tmp
;
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
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