Skip to content
GitLab
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
b10f7c4e
Commit
b10f7c4e
authored
Sep 22, 2016
by
Karl
Browse files
funktioniert jetzt auch mit der neusten sumas.xml
parent
879b9de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
b10f7c4e
...
...
@@ -575,7 +575,7 @@ class MetaGer
$realEngNames
=
[];
foreach
(
$enabledSearchengines
as
$realEng
)
{
$nam
=
$realEng
[
"name"
]
->
__toString
();
if
(
$nam
!==
"qualigo"
&&
$nam
!==
"overtureAds"
)
{
if
(
$nam
!==
"qualigo"
&&
$nam
!==
"overtureAds"
&&
$nam
!==
"rlvproduct"
)
{
$realEngNames
[]
=
$nam
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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