From c2c9e6f7a2e322f888a7372bf4f19bbdb0b20964 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 6 Oct 2011 19:00:23 +0200 Subject: kleine Korrektur --- application/controllers/ResourceController.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application') diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php index 6dd5278..aba1150 100755 --- a/application/controllers/ResourceController.php +++ b/application/controllers/ResourceController.php @@ -437,6 +437,10 @@ class ResourceController extends Zend_Controller_Action $bootmenu->setID($bootmenuid); $bootmenuentries = new Application_Model_BootMenuEntries(); + $bootosMapper = new Application_Model_BootOsMapper(); + $bootos = new Application_Model_BootOs(); + $bootosMapper->find($params['bootosID'], $bootos); + $params['title'] = $bootos->getTitle(); $bootmenuentries->setOptions($params); $bootmenuentries->setBootmenuID($bootmenu->getID()); $bootmenuentriesID = $bootmenuEntriesMapper->save($bootmenuentries); -- cgit v1.2.3-55-g7522