summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authormichael pereira2011-04-25 13:28:08 +0200
committermichael pereira2011-04-25 13:28:08 +0200
commitce81bde26fe30ecec4074287d4e1a4fcfac09da1 (patch)
treeda9a2752aa73b60023ff12e9304d6808990e9782 /application/models
parentkcl fix (diff)
downloadpbs2-ce81bde26fe30ecec4074287d4e1a4fcfac09da1.tar.gz
pbs2-ce81bde26fe30ecec4074287d4e1a4fcfac09da1.tar.xz
pbs2-ce81bde26fe30ecec4074287d4e1a4fcfac09da1.zip
config fix
Diffstat (limited to 'application/models')
-rw-r--r--application/models/BootOsUserMapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/BootOsUserMapper.php b/application/models/BootOsUserMapper.php
index a50fd02..f93cd3f 100644
--- a/application/models/BootOsUserMapper.php
+++ b/application/models/BootOsUserMapper.php
@@ -88,7 +88,7 @@ class Application_Model_BootOsUserMapper
unset($data['bootosuserID']);
return $this->getDbTable()->insert($data);
} else {
- $this->getDbTable()->update($data, array('bootosID = ?' => $id));
+ $this->getDbTable()->update($data, array('bootosuserID = ?' => $id));
}
}