Eileen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/246786

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

CRM-17310 further fix to my reports

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


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm/civicrm 
refs/changes/86/246786/1

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: newchange
Gerrit-Change-Id: I80e52ec6f206b483ad39e955ddc9460b04b013dd
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm/civicrm
Gerrit-Branch: civi-4.6.9
Gerrit-Owner: Eileen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to