summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/PrebootController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/controllers/PrebootController.php')
-rw-r--r--application/modules/user/controllers/PrebootController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/PrebootController.php b/application/modules/user/controllers/PrebootController.php
index b4382cf..73e838d 100644
--- a/application/modules/user/controllers/PrebootController.php
+++ b/application/modules/user/controllers/PrebootController.php
@@ -62,7 +62,7 @@ class User_PrebootController extends Zend_Controller_Action
if(false)
$this->_redirect('/user/index');
- $this->view->prebootlist = $this->prebootMapper->findBy("groupID", $groupID);
+ $this->view->prebootlist = $this->prebootMapper->findBy(array("groupID" => $groupID));
// Pagination
$perpage = 2;