From 26deb7a640aea0653dae33f9b9d36f552b58c07d Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 16 Mar 2011 16:35:15 +0100 Subject: KCLAppend hinzugefuegt, KCL fertig :-) --- application/models/BootMenuEntriesMapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/models/BootMenuEntriesMapper.php') diff --git a/application/models/BootMenuEntriesMapper.php b/application/models/BootMenuEntriesMapper.php index 7a3759f..c49e4d0 100644 --- a/application/models/BootMenuEntriesMapper.php +++ b/application/models/BootMenuEntriesMapper.php @@ -130,7 +130,7 @@ class Application_Model_BootMenuEntriesMapper $row = $result->current(); - $botmenuentries->setID($row->bootmenuentriesID)->setBootosID($row->bootosID)->setBootmenuID($row->bootmenuID)->setTitle($row->title)->setConfigID($row->configID)->setKclappend($row->kclappend)->setOrder($row->order); + $botmenuentries->setID($row->bootmenuentriesID)->setBootosID($row->bootosID)->setBootmenuID($row->bootmenuID)->setTitle($row->title)->setConfigID($row->configID)->setKcl($row->kcl)->setKclappend($row->kclappend)->setOrder($row->order); } -- cgit v1.2.3-55-g7522