diff --git a/app/MetaGer.php b/app/MetaGer.php
index 2767f0272aa51b2207a7116eca924007ea8454a2..71ca446a788d3918c4d787e0eb46c6da3e597bb7 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -671,7 +671,7 @@ class MetaGer
 
         # Special case if search engines are disabled
         # Since bing is normally only active if a filter is set but it should be active, too if yahoo is disabled
-        if ($this->getFokus() === "web" && empty($this->enabledSearchengines["yahoo"]) && \Cookie::get("web_engine_bing") !== "off") {
+        if ($this->getFokus() === "web" && empty($this->enabledSearchengines["yahoo"]) && \Cookie::get("web_engine_bing") !== "off"  && !isset($this->enabledSearchengines["dummy"])) {
             $this->enabledSearchengines["bing"] = $this->sumaFile->sumas->{"bing"};
         }