summaryrefslogtreecommitdiffstats
path: root/application/models/PreBoot.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/PreBoot.php')
-rw-r--r--application/models/PreBoot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/PreBoot.php b/application/models/PreBoot.php
index 5b78e4d..5d6987f 100644
--- a/application/models/PreBoot.php
+++ b/application/models/PreBoot.php
@@ -85,7 +85,7 @@ class Application_Model_PreBoot {
return $this->_preboottypeID;
}
- public function setPreBootTypeID($_typeID) {
+ public function setPreBootTypeID($_preboottypeID) {
$this->_preboottypeID = $_preboottypeID;
return $this;
}