diff options
| author | michael pereira | 2011-04-11 14:29:18 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-11 14:29:18 +0200 |
| commit | d9ed511e80725057ea4eb3f08fec1f2ace325cb3 (patch) | |
| tree | e24da91f13561141103b2f1b88edb605150c9e6c /application/modules/user/controllers/BootmenuController.php | |
| parent | ACL im RoleController (diff) | |
| download | pbs2-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.php | 2 |
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; |
