From db8b95ea34436ba1315f9c6e6dfa423a8a013049 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Wed, 8 Nov 2023 22:01:50 +0000 Subject: [PATCH] [REF][PHP8.2] Properties in TopDonor report --- CRM/Report/Form/Contribute/TopDonor.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CRM/Report/Form/Contribute/TopDonor.php b/CRM/Report/Form/Contribute/TopDonor.php index 6d2f7beb75..3ac32393d7 100644 --- a/CRM/Report/Form/Contribute/TopDonor.php +++ b/CRM/Report/Form/Contribute/TopDonor.php @@ -37,6 +37,16 @@ class CRM_Report_Form_Contribute_TopDonor extends CRM_Report_Form { public $_drilldownReport = ['contribute/detail' => 'Link to Detail Report']; + /** + * @var string + */ + protected $_outerCluase = ''; + + /** + * @var string + */ + protected $_groupLimit = ''; + /** */ public function __construct() { -- 2.25.1