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

fixed unnecessary request parameters in pagination

parent 195572e3
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,8 @@ class MetaGerSearch extends Controller
\app()->make(SearchSettings::class)->javascript_enabled = true;
# Create a MetaGer Instance with the supplied hash
$hash = $request->input('loadMore', '');
unset($request["loadMore"]);
unset($request["script"]);
# Parser Skripte einhängen
$dir = app_path() . "/Models/parserSkripte/";
......
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