From 417556482a933a8a5cdf81e102a34978ced0c9e1 Mon Sep 17 00:00:00 2001 From: atif-shaikh Date: Tue, 24 Feb 2015 15:35:15 +0530 Subject: [PATCH] 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 --- tests/phpunit/api/v3/ContactTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '', -- 2.25.1