diff --git a/app/MetaGer.php b/app/MetaGer.php
index 5d9fc8f975ae326aa64a8af2cada2186c9ad1a45..e89928a242337abbfb7bad479d825151cc1f2287 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -893,7 +893,7 @@ class MetaGer
         } else {
             $this->maps = false;
         }
-        $this->newtab = $request->input('newtab', 'on');
+        $this->newtab = $request->input('tab', 'on');
         if ($this->newtab === "on") {
             $this->newtab = "_blank";
         } else {