From: atif-shaikh Date: Tue, 24 Feb 2015 10:05:15 +0000 (+0530) Subject: CRM-15792 typo fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=417556482a933a8a5cdf81e102a34978ced0c9e1;p=civicrm-core.git CRM-15792 typo fix ---------------------------------------- * CRM-15792: Loss of data when creating / updating custom datetime fields through the API https://issues.civicrm.org/jira/browse/CRM-15792 --- diff --git a/tests/phpunit/api/v3/ContactTest.php b/tests/phpunit/api/v3/ContactTest.php index 2b2a8cfcb0..04d41c9a4b 100644 --- a/tests/phpunit/api/v3/ContactTest.php +++ b/tests/phpunit/api/v3/ContactTest.php @@ -405,7 +405,7 @@ class api_v3_ContactTest extends CiviUnitTestCase { $params = array( 'id' => $result['id'], 'api.CustomField.create' => array( - 'id' => $customValueId, + 'id' => $customFldId, 'html_type' => 'Select Date', 'data_type' => 'Date', 'time_format' => '',