diff options
Diffstat (limited to 'application/modules')
| -rw-r--r-- | application/modules/ipxe/controllers/ResourceController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php index 6d4192a..4d2a92a 100644 --- a/application/modules/ipxe/controllers/ResourceController.php +++ b/application/modules/ipxe/controllers/ResourceController.php @@ -106,6 +106,8 @@ class Ipxe_ResourceController extends Zend_Controller_Action $bootmenuentry = new Application_Model_BootMenuEntries(); $bootmenuentriesMapper->find($bootmenuntryID,$bootmenuentry); + $sessionMapper = new Application_Model_SessionMapper(); + $this->thisSession->setBootmenuentryID($bootmenuntryID); $this->thisSession->setBootosID($bootmenuentry->getBootosID()); $sessionMapper->save($this->thisSession); |
