From b87c06378211d1f6b01793148617bbf7861a2c4f Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 29 Apr 2011 10:18:39 +0200 Subject: Paar Mapper angepasst --- application/modules/user/controllers/SessionController.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'application/modules/user/controllers/SessionController.php') diff --git a/application/modules/user/controllers/SessionController.php b/application/modules/user/controllers/SessionController.php index b2fe874..0e32e48 100644 --- a/application/modules/user/controllers/SessionController.php +++ b/application/modules/user/controllers/SessionController.php @@ -95,10 +95,10 @@ class User_SessionController extends Zend_Controller_Action // Pagination $pagination = new Pbs_Pagination(); - $pagination->setPerPage(10); - $pagination->setElement($mySessions); - $pagination->setRequestPage($this->_request->getParam('page')); - $pagination->setPageUrl('/user/session/index'.((isset($this->view->search))?'/search/'.$this->view->search:'')); + $pagination->setPerPage(10) + ->setElement($mySessions) + ->setRequestPage($this->_request->getParam('page')) + ->setPageUrl('/user/session/index'.((isset($this->view->search))?'/search/'.$this->view->search:'')); $mySessions = $pagination->getElements(); $this->view->pagination = $pagination->pagination(); -- cgit v1.2.3-55-g7522