diff options
| author | Simon | 2011-04-07 11:31:34 +0200 |
|---|---|---|
| committer | Simon | 2011-04-07 11:31:34 +0200 |
| commit | 7aa366700dc1e4d4b36ee7cc10d33823b2b3d74d (patch) | |
| tree | 8cc19767031b7ede7ef39cc9cedfc8f0e562ff39 /application/modules/user/controllers | |
| parent | Layout bei "Members in Group" (diff) | |
| download | pbs2-7aa366700dc1e4d4b36ee7cc10d33823b2b3d74d.tar.gz pbs2-7aa366700dc1e4d4b36ee7cc10d33823b2b3d74d.tar.xz pbs2-7aa366700dc1e4d4b36ee7cc10d33823b2b3d74d.zip | |
Layout in Person und Group
Diffstat (limited to 'application/modules/user/controllers')
| -rw-r--r-- | application/modules/user/controllers/PersonController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/PersonController.php b/application/modules/user/controllers/PersonController.php index 71a8c7d..c1e76d3 100644 --- a/application/modules/user/controllers/PersonController.php +++ b/application/modules/user/controllers/PersonController.php @@ -52,7 +52,7 @@ class user_PersonController extends Zend_Controller_Action $this->view->person = $this->person; // Pagination $pagination = new Pbs_Pagination(); - $pagination->setPerPage(1); + $pagination->setPerPage(3); $pagination->setElement($this->groups); $pagination->setRequestPage($this->_request->getParam('page')); $pagination->setPageUrl('/user/person/index' .((isset($this->view->search))?'/search/'.$this->view->search:'')); |
