From 93c5f1bd6eb4e2d150735bcd0c77ec780b8c3447 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 7 Apr 2011 14:27:12 +0200 Subject: fix der mapper in der fbgui --- application/modules/fbgui/controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/fbgui/controllers') diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 8c840ea..bfd2bec 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -62,7 +62,7 @@ class Fbgui_IndexController extends Zend_Controller_Action 'Your client is '.$session->getClientID(), 'goto bootmenu '.$bootmenuID); $bootmenuentriesMapper = new Application_Model_BootMenuEntriesMapper(); - $res = $bootmenuentriesMapper->findBy(array('bootmenuID' => $bootmenuID),true); + $res = $bootmenuentriesMapper->findBy(array('bootmenuID' => $bootmenuID),false); $this->view->entries = $res; } else{ -- cgit v1.2.3-55-g7522