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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/models/PreBoot.php b/application/models/PreBoot.php
index 5d6987f..4d898e3 100644
--- a/application/models/PreBoot.php
+++ b/application/models/PreBoot.php
@@ -81,11 +81,11 @@ class Application_Model_PreBoot {
$this->_groupID = $_groupID;
return $this;
}
- public function getPreBootTypeID() {
+ public function getPreboottypeID() {
return $this->_preboottypeID;
}
- public function setPreBootTypeID($_preboottypeID) {
+ public function setPreboottypeID($_preboottypeID) {
$this->_preboottypeID = $_preboottypeID;
return $this;
}