From 0900b21e98eb67c72f4b84f6bad21bf957dded84 Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 30 Jul 2013 12:42:54 +1200 Subject: [PATCH] CRM-12108 noticed type on 'skipDefault' was wrong --- api/v3/Contribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Contribution.php b/api/v3/Contribution.php index cca3439006..10e29f88e2 100644 --- a/api/v3/Contribution.php +++ b/api/v3/Contribution.php @@ -124,7 +124,7 @@ function _civicrm_api3_contribution_create_spec(&$params) { $params['skipRecentView'] = array( 'name' => 'skipRecentView', 'title' => 'Skip adding to recent view', - 'type' => 1, + 'type' => CRM_Utils_Type::T_BOOLEAN, 'description' => 'Do not add to recent view (setting this improves performance)', ); $params['skipLineItem'] = array( -- 2.25.1