diff options
| author | Simon | 2011-04-07 14:27:12 +0200 |
|---|---|---|
| committer | Simon | 2011-04-07 14:27:12 +0200 |
| commit | 93c5f1bd6eb4e2d150735bcd0c77ec780b8c3447 (patch) | |
| tree | 1a3a33fcc05007bc87c801038aeed4b2dda305a0 /application/modules/fbgui/controllers/IndexController.php | |
| parent | FilterÜbersicht geändert, Priorität an erster stelle (diff) | |
| download | pbs2-93c5f1bd6eb4e2d150735bcd0c77ec780b8c3447.tar.gz pbs2-93c5f1bd6eb4e2d150735bcd0c77ec780b8c3447.tar.xz pbs2-93c5f1bd6eb4e2d150735bcd0c77ec780b8c3447.zip | |
fix der mapper in der fbgui
Diffstat (limited to 'application/modules/fbgui/controllers/IndexController.php')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |
