summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 16:07:42 +0100
committerMichael Neves2012-01-26 16:07:42 +0100
commit07067525da576fef47e0f3438469b2a88c9b24ee (patch)
tree075cabceaa1b34ed80782c50222e5e65bd38cce0
parentPreboot Type fix in Controller (diff)
downloadpbs2-07067525da576fef47e0f3438469b2a88c9b24ee.tar.gz
pbs2-07067525da576fef47e0f3438469b2a88c9b24ee.tar.xz
pbs2-07067525da576fef47e0f3438469b2a88c9b24ee.zip
Preboot Type fix im Model
-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;
}