summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/BootmenuController.php
diff options
context:
space:
mode:
authorSimon2011-04-08 15:09:04 +0200
committerSimon2011-04-08 15:09:04 +0200
commit4a8cb9a0fedbd61c087b2ffc6e480693997746f8 (patch)
tree46b1da6da950f0b065f3cbbc51aea6a44f6764be /application/modules/user/controllers/BootmenuController.php
parentNotifier in Bootmenu richitg gesetzt (diff)
downloadpbs2-4a8cb9a0fedbd61c087b2ffc6e480693997746f8.tar.gz
pbs2-4a8cb9a0fedbd61c087b2ffc6e480693997746f8.tar.xz
pbs2-4a8cb9a0fedbd61c087b2ffc6e480693997746f8.zip
Notifies im Log verbessert
Diffstat (limited to 'application/modules/user/controllers/BootmenuController.php')
-rw-r--r--application/modules/user/controllers/BootmenuController.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/modules/user/controllers/BootmenuController.php b/application/modules/user/controllers/BootmenuController.php
index a79a770..adcf08f 100644
--- a/application/modules/user/controllers/BootmenuController.php
+++ b/application/modules/user/controllers/BootmenuController.php
@@ -106,9 +106,8 @@ class user_BootmenuController extends Zend_Controller_Action
$pagination->setElement($bootmenu);
$pagination->setRequestPage($this->_request->getParam('page'));
$pagination->setPageUrl('/user/bootmenu/index'.((isset($this->view->search))?'/search/'.$this->view->search:''));
- $bootmenu = $pagination->getElements();
+ $bootmenu = $pagination->getElements();
- $this->view->pagination = $pagination->pagination($pageurl);
$this->view->page = $pagination->getRequestPage();
$this->view->bootmenulist = $bootmenu;