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
@ -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…
x
Reference in New Issue
Block a user