From 8ceb7bad18f257127ad5790a9c0ec157d7e03f4d Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 4 Apr 2011 17:12:48 +0200 Subject: WICHTIG findBy Methode geƤndert & alles angepasst, siehe Ticket --- application/modules/user/controllers/PrebootController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/user/controllers/PrebootController.php') 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; -- cgit v1.2.3-55-g7522