jenkins-bot has submitted this change and it was merged.

Change subject: CRM-17310 further fix to my reports
......................................................................


CRM-17310 further fix to my reports

BUG: T99837

Change-Id: I80e52ec6f206b483ad39e955ddc9460b04b013dd
---
M CRM/Report/Form.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Awight: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php
index b1ecec9..d0d617d 100644
--- a/CRM/Report/Form.php
+++ b/CRM/Report/Form.php
@@ -1269,7 +1269,7 @@
       }
     }
     if (!empty($this->_options) &&
-        (!$this->_id || $this->_id && 
CRM_Report_BAO_ReportInstance::contactCanAdministerReport($this->_id)
+        (!$this->_id || ($this->_id && 
CRM_Report_BAO_ReportInstance::contactCanAdministerReport($this->_id))
       )) {
       $this->tabs['ReportOptions'] = array(
         'title' => ts('Display Options'),

-- 
To view, visit https://gerrit.wikimedia.org/r/246786
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I80e52ec6f206b483ad39e955ddc9460b04b013dd
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/fundraising/crm/civicrm
Gerrit-Branch: civi-4.6.9
Gerrit-Owner: Eileen <emcnaugh...@wikimedia.org>
Gerrit-Reviewer: Awight <awi...@wikimedia.org>
Gerrit-Reviewer: Ejegg <eeggles...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to