From 2a8f5fddf77fce285a38d4365881c8b78cd499d1 Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 23 Feb 2016 10:57:27 +1300 Subject: [PATCH] CRM-18085 remove redundant code line Change-Id: Ib312f987253661dfbea6f8a82e7c592f68367178 --- CRM/Report/Form/Contribute/Lybunt.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Report/Form/Contribute/Lybunt.php b/CRM/Report/Form/Contribute/Lybunt.php index 2b9580d60e..3dd93e5242 100644 --- a/CRM/Report/Form/Contribute/Lybunt.php +++ b/CRM/Report/Form/Contribute/Lybunt.php @@ -599,8 +599,6 @@ class CRM_Report_Form_Contribute_Lybunt extends CRM_Report_Form { * This function is called by both the api (tests) and the UI. */ public function beginPostProcessCommon() { - // Call this first so we can construct the WHERE temp table before we get into the FROM stuff. - $this->storeWhereHavingClauseArray(); $this->buildQuery(); // @todo this acl has no test coverage and is very hard to test manually so could be fragile. $this->getPermissionedFTQuery($this); -- 2.25.1