Skip to content

Commit 9ecec30

Browse files
authored
Merge pull request #724 from joomlatools/feature/723-offset
Itemless pagination requests
2 parents a16f6aa + 98348a3 commit 9ecec30

File tree

1 file changed

+1
-1
lines changed
  • code/libraries/joomlatools/component/koowa/dispatcher

1 file changed

+1
-1
lines changed

code/libraries/joomlatools/component/koowa/dispatcher/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getRequest()
4141

4242
if (!empty($query['itemless']))
4343
{
44-
foreach (['option', 'view'] as $parameter) {
44+
foreach (['option', 'view', 'offset'] as $parameter) {
4545
if (!isset($query[$parameter])) $query[$parameter] = $request->getQuery()->$parameter;
4646
}
4747

0 commit comments

Comments
 (0)