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:
ebf4aea
)
Style warning
author
Matthew Wire
<mjw@mjwconsult.co.uk>
Mon, 7 Aug 2017 10:34:16 +0000
(11:34 +0100)
committer
Matthew Wire
<mjw@mjwconsult.co.uk>
Mon, 7 Aug 2017 10:34:16 +0000
(11:34 +0100)
api/v3/Case.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/Case.php
b/api/v3/Case.php
index ec11167b5735f6db2d1d62ba3781b6a080bfb4ab..b51bfe335daff8ef185ded4b28bfd82f32bef713 100644
(file)
--- a/
api/v3/Case.php
+++ b/
api/v3/Case.php
@@
-67,7
+67,7
@@
function civicrm_api3_case_create($params) {
civicrm_api3_verify_mandatory($params, NULL, array(
'contact_id',
'subject',
- array('case_type', 'case_type_id')
+ array('case_type', 'case_type_id')
,
)
);
}