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
4819f14e
Commit
4819f14e
authored
Mar 20, 2017
by
Dominik Hebeler
Browse files
Update Result.php
parent
4c8ee61e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Result.php
View file @
4819f14e
...
...
@@ -225,8 +225,8 @@ class Result
}
# Eventueller Sprachfilter
if
(
$metager
->
getLang
()
!==
"all"
&&
isset
(
$this
->
langCode
)
)
{
if
(
$metager
->
getLang
()
!==
$this
->
langCode
)
{
if
(
$metager
->
getLang
()
!==
"all"
)
{
if
(
!
isset
(
$this
->
langCode
)
||
$this
->
langCode
===
NULL
||
$metager
->
getLang
()
!==
$this
->
langCode
)
{
return
false
;
}
...
...
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