more elements per page!

This commit is contained in:
Quitta 2013-08-06 06:07:49 +02:00
parent a2b83bb6c7
commit 7a051a8068

View file

@ -33,7 +33,7 @@ class Ticket_Queue_Handler{
default:
return "ERROR";
}
$this->pagination = new Pagination($this->queue->getQuery(),"lib",2,"Ticket",$this->queue->getParams());
$this->pagination = new Pagination($this->queue->getQuery(),"lib",10,"Ticket",$this->queue->getParams());
foreach( $this->pagination->getElements() as $element ){
$catInstance = new Ticket_Category();
$catInstance->load_With_TCategoryId($element->getTicket_Category());