diff options
| author | michael pereira | 2011-03-16 16:35:15 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-16 16:35:15 +0100 |
| commit | 26deb7a640aea0653dae33f9b9d36f552b58c07d (patch) | |
| tree | 3d8c62cdd4906322cf518e618479b061ccf41e8d /application/models/BootMenuEntriesMapper.php | |
| parent | Default KCL wird jetzt automatisch geupdated (diff) | |
| download | pbs2-26deb7a640aea0653dae33f9b9d36f552b58c07d.tar.gz pbs2-26deb7a640aea0653dae33f9b9d36f552b58c07d.tar.xz pbs2-26deb7a640aea0653dae33f9b9d36f552b58c07d.zip | |
KCLAppend hinzugefuegt, KCL fertig :-)
Diffstat (limited to 'application/models/BootMenuEntriesMapper.php')
| -rw-r--r-- | application/models/BootMenuEntriesMapper.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
