Skip to content

Commit

Permalink
dev/core#163 Improve way of getting all groups for use in getting all…
Browse files Browse the repository at this point in the history
… mailing accessable by a user by removing is_active filter alltogether
seamuslee001 committed Jun 11, 2018
1 parent 9eee39f commit e1e7b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Mailing/BAO/Mailing.php
Original file line number Diff line number Diff line change
@@ -2336,7 +2336,6 @@ public static function mailingACLIDs() {
// get all the groups that this user can access
// if they dont have universal access
$groupNames = civicrm_api3('Group', 'get', array(
'is_active' => '',
'check_permissions' => TRUE,
'return' => array('title', 'id'),
'options' => array('limit' => 0),

0 comments on commit e1e7b65

Please sign in to comment.