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
0d3c1952
Commit
0d3c1952
authored
Oct 10, 2016
by
Karl
Browse files
Die Suchmaschinen die disabled sind, werden jetzt nicht mehr genutzt
parent
8e868282
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
0d3c1952
...
...
@@ -392,9 +392,9 @@ class MetaGer
* Zu Liste hinzufügen
*/
foreach
(
$sumas
as
$suma
)
{
if
(
$this
->
sumaIsSelected
(
$suma
,
$request
)
if
(
(
$this
->
sumaIsSelected
(
$suma
,
$request
)
||
(
$this
->
isBildersuche
()
&&
$this
->
sumaIsAdsuche
(
$suma
,
$overtureEnabled
))
&&
$this
->
sumaIsAdsuche
(
$suma
,
$overtureEnabled
))
)
&&
(
!
$this
->
sumaIsDisabled
(
$suma
)))
{
if
(
$this
->
sumaIsOverture
(
$suma
))
{
$overtureEnabled
=
true
;
...
...
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