X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FSelector%2FSearch.php;h=4018246014c8a732c158b70b028ad752f40a8aac;hb=21dfd5f567e7996ad92cf2a7d0fbe6f5fc205a5c;hp=05e2ae2cc11f63ed01f6208555625d2030fd3a5e;hpb=7cdbcb16520d540f0b7c5cb43c9511374d692931;p=civicrm-core.git diff --git a/CRM/Contribute/Selector/Search.php b/CRM/Contribute/Selector/Search.php index 05e2ae2cc1..4018246014 100644 --- a/CRM/Contribute/Selector/Search.php +++ b/CRM/Contribute/Selector/Search.php @@ -463,7 +463,7 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C 'name' => ts('Soft Credit Amount'), 'sort' => 'contribution_soft_credit_amount', 'direction' => CRM_Utils_Sort::DONTCARE, - ) + ), ) ); } @@ -535,7 +535,7 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C self::$_columnHeaders = array_merge( self::$_columnHeaders, array( - array('desc' => ts('Actions')) + array('desc' => ts('Actions')), ) ); return self::$_columnHeaders;