summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/PrebootController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/controllers/PrebootController.php')
-rw-r--r--application/modules/user/controllers/PrebootController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/PrebootController.php b/application/modules/user/controllers/PrebootController.php
index a22ae18..3acf3ca 100644
--- a/application/modules/user/controllers/PrebootController.php
+++ b/application/modules/user/controllers/PrebootController.php
@@ -180,7 +180,7 @@ class User_PrebootController extends Zend_Controller_Action {
$preboottype = $preboottypeMapper->fetchAll();
if (!isset($_POST["editpreboot"])) {
- if(!isset($_POST['preboottypeID'])) {
+ if(!isset($_POST['serialnumber'])) {
$_POST['preboottypeID'] = $preboot->getPreboottypeID();
}