From 038e7c178af1c77c6e73fa66e8a07b218a8fe425 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 7 Aug 2018 23:37:44 -0700 Subject: [PATCH] Afform.get - Fix copy-paste mistake --- ext/afform/api/v3/Afform/Get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/afform/api/v3/Afform/Get.php b/ext/afform/api/v3/Afform/Get.php index d5e52563ae..d7f5caa691 100644 --- a/ext/afform/api/v3/Afform/Get.php +++ b/ext/afform/api/v3/Afform/Get.php @@ -59,5 +59,5 @@ function civicrm_api3_afform_get($params) { $records[$name] = $record; } - return _civicrm_api3_basic_array_get('CxnApp', $params, $records, 'name', _afform_fields()); + return _civicrm_api3_basic_array_get('Afform', $params, $records, 'name', _afform_fields()); } -- 2.25.1