summaryrefslogtreecommitdiffstats
path: root/application/models/PreBoot.php
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 16:43:30 +0100
committerMichael Neves2012-01-26 16:43:30 +0100
commit08d88f61bc64b9a2a6a9980cde4df6a02d5078a1 (patch)
tree224b73e88cb75c619150219f56374799449be8d6 /application/models/PreBoot.php
parentBootiso and Preboot Controller fix (diff)
downloadpbs2-08d88f61bc64b9a2a6a9980cde4df6a02d5078a1.tar.gz
pbs2-08d88f61bc64b9a2a6a9980cde4df6a02d5078a1.tar.xz
pbs2-08d88f61bc64b9a2a6a9980cde4df6a02d5078a1.zip
Bootiso and Preboot Model fix
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;
}