From c2480358cf792cc2abd434e471a85ffba55318af Mon Sep 17 00:00:00 2001 From: mentos Date: Mon, 31 Jan 2011 10:20:48 +0100 Subject: some fixes --- application/models/BootMenuEntries.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'application/models/BootMenuEntries.php') diff --git a/application/models/BootMenuEntries.php b/application/models/BootMenuEntries.php index 3bb05ea..8e86ace 100644 --- a/application/models/BootMenuEntries.php +++ b/application/models/BootMenuEntries.php @@ -2,6 +2,12 @@ class Application_Model_BootMenuEntries { + protected $_bootosID; + protected $_bootmenuID; + protected $_title; + protected $_kcl; + protected $_order; + public function __construct(array $options = null) { if (is_array($options)) { -- cgit v1.2.3-55-g7522