diff --git a/app/MetaGer.php b/app/MetaGer.php
index aad740a2788f8b15be4b89c843aee8ddc9bd3288..405ea65a7c95e21924909c8f7f63e80c86c6bc22 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -12,7 +12,7 @@ use App\lib\TextLanguageDetect\TextLanguageDetect;
 use App\lib\TextLanguageDetect\LanguageDetect\TextLanguageDetectException;
 use Illuminate\Pagination\LengthAwarePaginator;
 use Illuminate\Support\Collection;
-#use \Illuminate\Pagination\Paginator;
+use LaravelLocalization;
 
 class MetaGer
 {
@@ -270,6 +270,11 @@ class MetaGer
 
         $this->results = $paginatedSearchResults;
 
+        if( LaravelLocalization::getCurrentLocale() === "en" )
+        {
+            $this->ads = [];
+        }
+
         $this->validated = false;
         if( isset($this->password) )
         {