From fd0e66bf49af0bc56e68830b4c59294f0ec8c101 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Fri, 18 Mar 2011 19:24:47 +0100 Subject: BootOs Update implementiert, BootISO anlegen und some fixes --- application/models/BootIso.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'application/models/BootIso.php') diff --git a/application/models/BootIso.php b/application/models/BootIso.php index f5e2c15..6354d7c 100644 --- a/application/models/BootIso.php +++ b/application/models/BootIso.php @@ -4,7 +4,7 @@ class Application_Model_BootIso { protected $_bootisoID; protected $_title; - protected $_path; + protected $_path_fbgui; protected $_membershipID; protected $_groupID; protected $_serialnumber; @@ -89,13 +89,13 @@ class Application_Model_BootIso $this->_title = $_title; return $this; } - public function getPath() + public function getPath_fbgui() { - return $this->_path; + return $this->_path_fbgui; } - public function setPath($_path) + public function setPath_fbgui($_path_fbgui) { - $this->_path = $_path; + $this->_path_fbgui = $_path_fbgui; return $this; } public function getSerialnumber() -- cgit v1.2.3-55-g7522