From: Tim Otten Date: Tue, 6 Jan 2015 22:56:55 +0000 (-0800) Subject: INFRA-132 - CRM/Grant - Misc X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=73714296f40d2ff745901dd9b2a0f1e29ba2e26b;p=civicrm-core.git INFRA-132 - CRM/Grant - Misc --- 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,