From 9cd28bfac1a7d00729fcba900dc51e801c6e5b72 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Tue, 6 Dec 2016 14:32:04 +0100
Subject: [PATCH] =?UTF-8?q?Bug=20gefixt=20durch=20den=20die=20Einstellung?=
 =?UTF-8?q?=20um=20Ergebnisse=20im=20gleichen=20Tab=20zu=20=C3=B6ffnen=20n?=
 =?UTF-8?q?icht=20mehr=20funktioniert=20hat.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/MetaGer.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/MetaGer.php b/app/MetaGer.php
index 5d9fc8f97..e89928a24 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 {
-- 
GitLab