summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/controllers/SessionController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/dev/controllers/SessionController.php')
-rw-r--r--application/modules/dev/controllers/SessionController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/dev/controllers/SessionController.php b/application/modules/dev/controllers/SessionController.php
index bb92da9..9686d1d 100644
--- a/application/modules/dev/controllers/SessionController.php
+++ b/application/modules/dev/controllers/SessionController.php
@@ -129,6 +129,7 @@ class dev_SessionController extends Zend_Controller_Action
$editsession = new dev_Form_Session(array('buttontext' => 'Edit Session','bootmenuentries'=>$bootmenuentries,'clients'=>$clients,'bootos'=>$bootos,'bootisos'=>$bootisos,'memberships'=>$memberships),$_POST);
if ($editsession->isValid($_POST)) {
+ $_SESSION['alphasessionID'] = $_POST['alphasessionID'];
$session = new Application_Model_Session($_POST);
$session->setID($this->_request->getParam('sessionID'));
$session->setTime(strtotime($_POST['time']));