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 +- application/modules/fbgui/views/scripts/index/index.phtml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'application/modules') 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{ diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml index 70d255c..1fe02d4 100644 --- a/application/modules/fbgui/views/scripts/index/index.phtml +++ b/application/modules/fbgui/views/scripts/index/index.phtml @@ -23,6 +23,7 @@ $bootosMapper = new Application_Model_BootOsMapper(); $bootos = new Application_Model_BootOs(); $bootos = $bootosMapper->find($entry->getBootosID()); + ?>