summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/controllers/BootosController.php
diff options
context:
space:
mode:
authormichael pereira2011-03-25 17:24:14 +0100
committermichael pereira2011-03-25 17:24:14 +0100
commit25387df4ae16b212f38f96c9c48ca27fc459297c (patch)
tree5e0a781c3fae17bf4b7334ace4914c165aa85036 /application/modules/dev/controllers/BootosController.php
parentfix serialnumber in fbgui Index (diff)
downloadpbs2-25387df4ae16b212f38f96c9c48ca27fc459297c.tar.gz
pbs2-25387df4ae16b212f38f96c9c48ca27fc459297c.tar.xz
pbs2-25387df4ae16b212f38f96c9c48ca27fc459297c.zip
fixes
Diffstat (limited to 'application/modules/dev/controllers/BootosController.php')
-rw-r--r--application/modules/dev/controllers/BootosController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/dev/controllers/BootosController.php b/application/modules/dev/controllers/BootosController.php
index 1f31a69..5999624 100644
--- a/application/modules/dev/controllers/BootosController.php
+++ b/application/modules/dev/controllers/BootosController.php
@@ -51,6 +51,7 @@ class dev_BootosController extends Zend_Controller_Action
if ($createbootosForm->isValid($_POST)) {
$bootos = new Application_Model_BootOs($_POST);
+
$bootos->setMembershipID('1');
if($bootos->getConfigID() == '')
$bootos->setConfigID(NULL);