diff --git a/app/MetaGer.php b/app/MetaGer.php
index 163987a7376dd06d034250c22023b3567228a825..9d2a682e58c203626dda6a9045bad1589e1c0213 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -91,7 +91,13 @@ class MetaGer
             switch ($this->out) 
             {
                 case 'results':
-                    return '';
+                    return view('metager3bilderresults')
+                        ->with('results', $viewResults)
+                        ->with('eingabe', $this->eingabe)
+                        ->with('mobile', $this->mobile)
+                        ->with('warnings', $this->warnings)
+                        ->with('errors', $this->errors)
+                        ->with('metager', $this);
                 default:
                     return view('metager3bilder')
                         ->with('results', $viewResults)