diff options
| author | Michael Neves | 2012-01-26 16:43:30 +0100 |
|---|---|---|
| committer | Michael Neves | 2012-01-26 16:43:30 +0100 |
| commit | 08d88f61bc64b9a2a6a9980cde4df6a02d5078a1 (patch) | |
| tree | 224b73e88cb75c619150219f56374799449be8d6 /application/models/BootIso.php | |
| parent | Bootiso and Preboot Controller fix (diff) | |
| download | pbs2-08d88f61bc64b9a2a6a9980cde4df6a02d5078a1.tar.gz pbs2-08d88f61bc64b9a2a6a9980cde4df6a02d5078a1.tar.xz pbs2-08d88f61bc64b9a2a6a9980cde4df6a02d5078a1.zip | |
Bootiso and Preboot Model fix
Diffstat (limited to 'application/models/BootIso.php')
| -rw-r--r-- | application/models/BootIso.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/models/BootIso.php b/application/models/BootIso.php index 967a612..cd5ce64 100644 --- a/application/models/BootIso.php +++ b/application/models/BootIso.php @@ -88,10 +88,10 @@ class Application_Model_BootIso { return $this; } - public function getPreBootTypeID() { + public function getPreboottypeID() { return $this->_preboottypeID; } - public function setPreBootTypeID($_preboottypeID) { + public function setPreboottypeID($_preboottypeID) { $this->_preboottypeID = $_preboottypeID; return $this; } |
