From 0c00c2f2f3dd92a20ff9d7135bde5d0fe80eaddc Mon Sep 17 00:00:00 2001 From: Deepak Srivastava Date: Thu, 16 May 2013 14:54:08 +0530 Subject: [PATCH] CRM-12641 --- CRM/Report/Form/Contribute/Summary.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form/Contribute/Summary.php b/CRM/Report/Form/Contribute/Summary.php index 4c0fbaf771..9543fa7041 100644 --- a/CRM/Report/Form/Contribute/Summary.php +++ b/CRM/Report/Form/Contribute/Summary.php @@ -485,6 +485,7 @@ class CRM_Report_Form_Contribute_Summary extends CRM_Report_Form { } function postProcess() { + $this->buildACLClause($this->_aliases['civicrm_contact']); parent::postProcess(); } -- 2.25.1