From: eileen Date: Tue, 30 Jul 2013 00:42:54 +0000 (+1200) Subject: CRM-12108 noticed type on 'skipDefault' was wrong X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0900b21e98eb67c72f4b84f6bad21bf957dded84;p=civicrm-core.git CRM-12108 noticed type on 'skipDefault' was wrong --- 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(