diff --git a/app/MetaGer.php b/app/MetaGer.php index 8d1dad120e6d64ed80db4d0b6b04decaecd0a499..c7385d8f718c6224046661f598bb057e26ab4ff5 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');