diff options
-rw-r--r-- | application/modules/ipxe/controllers/ResourceController.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); |