CC-5109:
Fix race-condition when updating cc_pref table -not a race condition..was a logic error.
This commit is contained in:
parent
4c791e573b
commit
63b0d4194a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Application_Model_Preference
|
|||
|
||||
$result = Application_Common_Database::prepareAndExecute($sql,
|
||||
$paramMap,
|
||||
'column',
|
||||
Application_Common_Database::ROW_COUNT,
|
||||
PDO::FETCH_ASSOC,
|
||||
$con);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue