Navigation Menu

Skip to content

Commit

Permalink
MDL-18716 - ALL Notification E-Mails are sent to System Admins
Browse files Browse the repository at this point in the history
  • Loading branch information
agrabs committed Mar 29, 2009
1 parent a7b10bd commit c65e59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/feedback/lib.php
Expand Up @@ -652,7 +652,7 @@ function feedback_get_receivemail_users($cmid, $groups = false) {
}

//description of the call below: get_users_by_capability($context, $capability, $fields='', $sort='', $limitfrom='', $limitnum='', $groups='', $exceptions='', $doanything=true)
return get_users_by_capability($context, 'mod/feedback:receivemail', '', 'lastname', '', '', $groups, '', true);
return get_users_by_capability($context, 'mod/feedback:receivemail', '', 'lastname', '', '', $groups, '', false);
}

////////////////////////////////////////////////
Expand Down

0 comments on commit c65e59b

Please sign in to comment.