Skip to content
Snippets Groups Projects
Commit c98f187f authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Merge branch '292-suchmaschinen-werden-falschlich-wieder-eingeschaltet' into 'development'

Die Suchmaschinen die disabled sind, werden jetzt nicht mehr genutzt

Closes #292

See merge request !478
parents 44bd54b2 0cebf144
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment