Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8443b709
Commit
8443b709
authored
Jun 07, 2016
by
Dominik Hebeler
Browse files
Fehler behoben bei dem falsche Pagination Links generiert wurden
parent
83c56c52
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
8443b709
...
...
@@ -188,6 +188,8 @@ class MetaGer
$paginatedSearchResults
->
setPath
(
'/meta/meta.ger3'
);
foreach
(
$this
->
request
->
all
()
as
$key
=>
$value
)
{
if
(
$key
=
"out"
)
continue
;
$paginatedSearchResults
->
addQuery
(
$key
,
$value
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment