Skip to content
Snippets Groups Projects
Commit e77e2ec7 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update StartpageController.php

parent df5f6837
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment