Skip to content

Commit

Permalink
Merge pull request #21 from Sterc/fix-setting-correct-paginglink-params
Browse files Browse the repository at this point in the history
Fixing setting correct parameters for paging links
  • Loading branch information
MrRoco authored Mar 15, 2019
2 parents 250d86f + a99ae9b commit 483d527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public function getPagination($searchString = '', $perPage = 10, $separator = '

$pagination .= $this->getChunk($currentPageTpl,$pageArray);
} else {
$parameters = [];
$parameters = $this->modx->request->getParameters();
$parameters = array_merge(
$parameters,
array(
Expand Down

0 comments on commit 483d527

Please sign in to comment.