From: eileen Date: Mon, 22 Feb 2016 21:57:27 +0000 (+1300) Subject: CRM-18085 remove redundant code line X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2a8f5fddf77fce285a38d4365881c8b78cd499d1;p=civicrm-core.git CRM-18085 remove redundant code line Change-Id: Ib312f987253661dfbea6f8a82e7c592f68367178 --- 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);