Skip to content

Commit

Permalink
Queue Pages Default
Browse files Browse the repository at this point in the history
Remove page limit parenthesis
  • Loading branch information
aydreeihn committed Nov 14, 2019
1 parent 5105250 commit dff8bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/staff/templates/queue-tickets.tmpl.php
Expand Up @@ -99,7 +99,7 @@
}

$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);
?>
Expand Down

0 comments on commit dff8bc1

Please sign in to comment.