Skip to content
Snippets Groups Projects
Unverified Commit f42f2ba8 authored by aydreeihn's avatar aydreeihn Committed by GitHub
Browse files

Merge pull request #5174 from aydreeihn/issue/saved-queue-pages

Queue Pages Default
parents b7522f10 51052502
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ if (isset($tickets->extra['tables'])) { ...@@ -99,7 +99,7 @@ if (isset($tickets->extra['tables'])) {
} }
$tickets->distinct('ticket_id'); $tickets->distinct('ticket_id');
$count = $queue->getCount($thisstaff) ?: (PAGE_LIMIT*3); $count = $queue->getCount($thisstaff) ?: (PAGE_LIMIT);
$pageNav->setTotal($count, true); $pageNav->setTotal($count, true);
$pageNav->setURL('tickets.php', $args); $pageNav->setURL('tickets.php', $args);
?> ?>
......
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