From 07067525da576fef47e0f3438469b2a88c9b24ee Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 26 Jan 2012 16:07:42 +0100 Subject: Preboot Type fix im Model --- application/models/PreBoot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-55-g7522