From 880057c47f0a64f7d1e733eb1a359b8a3500abd6 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 11 Jul 2011 03:30:32 +0200 Subject: redirect raus --- application/modules/ipxe/controllers/ResourceController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/modules/ipxe/controllers/ResourceController.php') 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); -- cgit v1.2.3-55-g7522