Skip to content

Commit

Permalink
Merge pull request #724 from joomlatools/feature/723-offset
Browse files Browse the repository at this point in the history
Itemless pagination requests
  • Loading branch information
amazeika authored Feb 11, 2025
2 parents a16f6aa + 98348a3 commit 9ecec30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getRequest()

if (!empty($query['itemless']))
{
foreach (['option', 'view'] as $parameter) {
foreach (['option', 'view', 'offset'] as $parameter) {
if (!isset($query[$parameter])) $query[$parameter] = $request->getQuery()->$parameter;
}

Expand Down

0 comments on commit 9ecec30

Please sign in to comment.