From 436e5a75bc1ac464e28fcd050adc04887f3e6fe4 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Wed, 27 Jun 2012 17:53:41 +0200 Subject: ipxe resourcecontroller add bootSystem Function --- application/modules/ipxe/controllers/ResourceController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php index ffa2ae8..0d4d71b 100644 --- a/application/modules/ipxe/controllers/ResourceController.php +++ b/application/modules/ipxe/controllers/ResourceController.php @@ -215,6 +215,7 @@ class Ipxe_ResourceController extends Zend_Controller_Action { if(isset($bootmenuntryID) && isset($this->session)) { //TODO check if allowed + $sessionMapper = new Application_Model_SessionMapper(); $bootmenuentriesMapper = new Application_Model_BootMenuEntriesMapper(); $bootmenuentry = new Application_Model_BootMenuEntries(); $bootmenuentriesMapper->find($bootmenuntryID, $bootmenuentry); -- cgit v1.2.3-55-g7522