Skip to content

Commit

Permalink
Merge pull request civicrm#12 from seamuslee001/group_permissions_che…
Browse files Browse the repository at this point in the history
…ck_fix

Fix Permission Check on Sheduled and Sent Mailings list
  • Loading branch information
eileenmcnaughton committed Oct 18, 2015
2 parents 4abf8f6 + 0a08b92 commit 4bcf889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Mailing/BAO/Mailing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,7 @@ public static function mailingACLIDs() {
// if they dont have universal access
$groupNames = civicrm_api3('group', 'get', array(
'is_active' => 1,
'check_permission' => TRUE,
'check_permissions' => TRUE,
'return' => array('title', 'id'),
'options' => array('limit' => 0),
));
Expand Down

0 comments on commit 4bcf889

Please sign in to comment.