diff options
Diffstat (limited to 'application/modules/dev/controllers/BootosController.php')
| -rw-r--r-- | application/modules/dev/controllers/BootosController.php | 1 |
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); |
