From fb7450865908f1709d0dd3177343b225177f97dd Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Mon, 13 Feb 2017 13:04:48 +0100
Subject: [PATCH] Update StartpageController.php

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

diff --git a/app/Http/Controllers/StartpageController.php b/app/Http/Controllers/StartpageController.php
index 7d934699e..9e4f23424 100644
--- a/app/Http/Controllers/StartpageController.php
+++ b/app/Http/Controllers/StartpageController.php
@@ -49,7 +49,7 @@ class StartpageController extends Controller
             ->with('resultCount', $request->input('param_resultCount', '20'))
             ->with('time', $request->input('param_time', '1000'))
             ->with('sprueche', $request->input('param_sprueche', 'off'))
-            ->with('tab', $request->input('param_newtab', 'on'))
+            ->with('newtab', $request->input('param_newtab', 'on'))
             ->with('focusPages', $focusPages)
             ->with('browser', $browser)
             ->with('navbarFocus', 'suche')
-- 
GitLab