diff options
| author | michael pereira | 2011-04-05 17:52:59 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-05 17:52:59 +0200 |
| commit | 5336329dafe6591b0b1269e741e44a8ec01a9b28 (patch) | |
| tree | 5fc6efee0b7ffa2a5afd0734ec21201de1909769 /application/modules/user/controllers/PrebootController.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-5336329dafe6591b0b1269e741e44a8ec01a9b28.tar.gz pbs2-5336329dafe6591b0b1269e741e44a8ec01a9b28.tar.xz pbs2-5336329dafe6591b0b1269e741e44a8ec01a9b28.zip | |
Dates angepasst
Diffstat (limited to 'application/modules/user/controllers/PrebootController.php')
| -rw-r--r-- | application/modules/user/controllers/PrebootController.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/modules/user/controllers/PrebootController.php b/application/modules/user/controllers/PrebootController.php index f283969..8bf6c47 100644 --- a/application/modules/user/controllers/PrebootController.php +++ b/application/modules/user/controllers/PrebootController.php @@ -84,9 +84,7 @@ class User_PrebootController extends Zend_Controller_Action $this->view->prebootlist = $pagination->getElements(); $this->view->pagination = $pagination->pagination($pageurl); - $this->view->page = $pagination->getRequestPage(); - $this->view->prebootlist= $this->view->prebootlist; - + $this->view->page = $pagination->getRequestPage(); $this->view->update = array(); |
