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

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

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