diff options
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(); |
