summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/SessionController.php
diff options
context:
space:
mode:
authorSimon2011-04-13 14:18:15 +0200
committerSimon2011-04-13 14:18:15 +0200
commit0bdc6974c81deef9ff23021c960f4ec44945af1b (patch)
tree118a4335c7142fcb0170e92011cc4e7b8b7c2d6e /application/modules/user/controllers/SessionController.php
parentZweiter Teil der Rechte in Group Controller (diff)
downloadpbs2-0bdc6974c81deef9ff23021c960f4ec44945af1b.tar.gz
pbs2-0bdc6974c81deef9ff23021c960f4ec44945af1b.tar.xz
pbs2-0bdc6974c81deef9ff23021c960f4ec44945af1b.zip
Anzahl der Einträge in Listen überall auf 10 gesetzt
Diffstat (limited to 'application/modules/user/controllers/SessionController.php')
-rw-r--r--application/modules/user/controllers/SessionController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/SessionController.php b/application/modules/user/controllers/SessionController.php
index c00d759..e17dbfe 100644
--- a/application/modules/user/controllers/SessionController.php
+++ b/application/modules/user/controllers/SessionController.php
@@ -94,7 +94,7 @@ class User_SessionController extends Zend_Controller_Action
$pagination->setPageUrl('/user/session/index'.((isset($this->view->search))?'/search/'.$this->view->search:''));
$mySessions = $pagination->getElements();
- $this->view->pagination = $pagination->pagination($pageurl);
+ $this->view->pagination = $pagination->pagination();
$this->view->page = $pagination->getRequestPage();
$this->view->sessions = $mySessions;