diff options
| author | michael pereira | 2011-04-11 14:29:29 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-11 14:29:29 +0200 |
| commit | 4d63a9525b3601dbd2e24328c1ef250ad605765d (patch) | |
| tree | 02179f65307191d7ae3997c38a5276ced038b134 /application/models/BootMenuMapper.php | |
| parent | kcl fix im ressource controller (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-4d63a9525b3601dbd2e24328c1ef250ad605765d.tar.gz pbs2-4d63a9525b3601dbd2e24328c1ef250ad605765d.tar.xz pbs2-4d63a9525b3601dbd2e24328c1ef250ad605765d.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/models/BootMenuMapper.php')
| -rw-r--r-- | application/models/BootMenuMapper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/BootMenuMapper.php b/application/models/BootMenuMapper.php index 1730181..1717cf6 100644 --- a/application/models/BootMenuMapper.php +++ b/application/models/BootMenuMapper.php @@ -78,7 +78,7 @@ class Application_Model_BootMenuMapper if (null === ($id = $botmenu->getID()) ) { unset($data['bootmenuID']); - $this->getDbTable()->insert($data); + return $this->getDbTable()->insert($data); } else { $this->getDbTable()->update($data, array('bootmenuID = ?' => $id)); } |
