summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/BootmenuController.php
diff options
context:
space:
mode:
authormichael pereira2011-04-11 14:29:18 +0200
committermichael pereira2011-04-11 14:29:18 +0200
commitd9ed511e80725057ea4eb3f08fec1f2ace325cb3 (patch)
treee24da91f13561141103b2f1b88edb605150c9e6c /application/modules/user/controllers/BootmenuController.php
parentACL im RoleController (diff)
downloadpbs2-d9ed511e80725057ea4eb3f08fec1f2ace325cb3.tar.gz
pbs2-d9ed511e80725057ea4eb3f08fec1f2ace325cb3.tar.xz
pbs2-d9ed511e80725057ea4eb3f08fec1f2ace325cb3.zip
kcl fix im ressource controller
Diffstat (limited to 'application/modules/user/controllers/BootmenuController.php')
-rw-r--r--application/modules/user/controllers/BootmenuController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/BootmenuController.php b/application/modules/user/controllers/BootmenuController.php
index ed2239b..a7bfb56 100644
--- a/application/modules/user/controllers/BootmenuController.php
+++ b/application/modules/user/controllers/BootmenuController.php
@@ -125,7 +125,7 @@ class user_BootmenuController extends Zend_Controller_Action
$pagination->setPageUrl('/user/bootmenu/index/type/'.$this->type.((isset($this->view->search))?'/search/'.$this->view->search:''));
$bootmenu = $pagination->getElements();
- $this->view->pagination = $pagination->pagination($pageurl);
+ $this->view->pagination = $pagination->pagination();
$this->view->page = $pagination->getRequestPage();
$this->view->bootmenulist = $bootmenu;