Drupal: Fix comment for boinccore_rules_action_mail_to_admins()

This commit is contained in:
tristanolive 2019-03-14 10:36:21 -04:00 committed by GitHub
parent 47c58b8312
commit e61483ed26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2005,7 +2005,7 @@ function boinccore_rules_action_mail_to_moderators_form($settings = array(), &$f
/**
* Action: Send mail to moderators.
* Action: Send mail to admins.
*/
function boinccore_rules_action_mail_to_admins($settings) {
module_load_include('inc', 'rules', 'modules/system.rules');