Remove unused _tempClause
authorBradley Taylor <hello@brad-taylor.co.uk>
Tue, 28 Nov 2023 19:38:08 +0000 (19:38 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Tue, 28 Nov 2023 19:38:08 +0000 (19:38 +0000)
CRM/Report/Form/Contribute/TopDonor.php

index 3ac32393d767ea15af7d5d494db94a64783b8591..97b43806e2504e1b9690b555744063527e542558 100644 (file)
@@ -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) {