From 1c1ea851267167e20bfe9b495f71bfcf03a71d04 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Wed, 31 May 2017 09:34:25 +0200
Subject: [PATCH] Bugfix in der neuen Validation

---
 app/MetaGer.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/MetaGer.php b/app/MetaGer.php
index 8d1dad120..c7385d8f7 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -255,8 +255,10 @@ class MetaGer
         }
         
         if ($this->validated) {
-                $this->validated = true;
-            }
+            $this->ads       = [];
+            $this->products  = [];
+            $this->maps      = false;
+        }
 
         if (count($this->results) <= 0) {
             $this->errors[] = trans('metaGer.results.failed');
-- 
GitLab