From de134dc90a58bf2ae6769243980a24efd0865538 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Tue, 28 Nov 2023 19:38:08 +0000 Subject: [PATCH] Remove unused _tempClause --- CRM/Report/Form/Contribute/TopDonor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contribute/TopDonor.php b/CRM/Report/Form/Contribute/TopDonor.php index 3ac32393d7..97b43806e2 100644 --- a/CRM/Report/Form/Contribute/TopDonor.php +++ b/CRM/Report/Form/Contribute/TopDonor.php @@ -257,7 +257,7 @@ class CRM_Report_Form_Contribute_TopDonor extends CRM_Report_Form { public function where() { $clauses = []; - $this->_tempClause = $this->_outerCluase = $this->_groupLimit = ''; + $this->_outerCluase = $this->_groupLimit = ''; foreach ($this->_columns as $tableName => $table) { if (array_key_exists('filters', $table)) { foreach ($table['filters'] as $fieldName => $field) { -- 2.25.1