From 73714296f40d2ff745901dd9b2a0f1e29ba2e26b Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 6 Jan 2015 14:56:55 -0800 Subject: [PATCH] INFRA-132 - CRM/Grant - Misc --- CRM/Grant/BAO/Query.php | 3 ++- CRM/Grant/Selector/Search.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CRM/Grant/BAO/Query.php b/CRM/Grant/BAO/Query.php index 34901e4faa..0f265f2e80 100644 --- a/CRM/Grant/BAO/Query.php +++ b/CRM/Grant/BAO/Query.php @@ -326,7 +326,8 @@ class CRM_Grant_BAO_Query { * * @return array|null */ - static function defaultReturnProperties($mode, + static function defaultReturnProperties( + $mode, $includeCustomFields = TRUE ) { $properties = NULL; diff --git a/CRM/Grant/Selector/Search.php b/CRM/Grant/Selector/Search.php index 57b39d017f..60f17f30bb 100644 --- a/CRM/Grant/Selector/Search.php +++ b/CRM/Grant/Selector/Search.php @@ -147,7 +147,8 @@ class CRM_Grant_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co * @return \CRM_Grant_Selector_Search @access public */ - function __construct(&$queryParams, + function __construct( + &$queryParams, $action = CRM_Core_Action::NONE, $grantClause = NULL, $single = FALSE, -- 2.25.1