Skip to content

Commit 4bcf889

Browse files
Merge pull request civicrm#12 from seamuslee001/group_permissions_check_fix
Fix Permission Check on Sheduled and Sent Mailings list
2 parents 4abf8f6 + 0a08b92 commit 4bcf889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CRM/Mailing/BAO/Mailing.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@ public static function mailingACLIDs() {
24162416
// if they dont have universal access
24172417
$groupNames = civicrm_api3('group', 'get', array(
24182418
'is_active' => 1,
2419-
'check_permission' => TRUE,
2419+
'check_permissions' => TRUE,
24202420
'return' => array('title', 'id'),
24212421
'options' => array('limit' => 0),
24222422
));

0 commit comments

Comments
 (0)