projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d085c5e
)
add fixme
author
eileen
<eileen@fuzion.co.nz>
Mon, 18 Mar 2013 19:34:19 +0000
(08:34 +1300)
committer
eileen
<eileen@fuzion.co.nz>
Mon, 18 Mar 2013 19:34:19 +0000
(08:34 +1300)
api/v3/Generic/Update.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/Generic/Update.php
b/api/v3/Generic/Update.php
index 1950e966dd376f1c688e1d6cdfcf8fd5995d67a4..6de91c74646c042b65734d76667dbe88d205b542 100644
(file)
--- a/
api/v3/Generic/Update.php
+++ b/
api/v3/Generic/Update.php
@@
-25,6
+25,7
@@
function civicrm_api3_generic_update($apiRequest) {
if (!array_key_exists($key_id, $apiRequest['params'])) {
return $errorFnName("Mandatory parameter missing $key_id");
}
+ // @fixme
// tests show that contribution works better with create
// this is horrible but to make it work we'll just handle it separately
if(strtolower($apiRequest['entity']) == 'contribution'){