As per When to use files directive in module's info file, only files with classes should be included in .info files[] directive. hook_init() is already loading it in the .module, if needed:

 function user_relationship_mailer_init() {
  module_load_include('inc', 'user_relationship_mailer', 'user_relationship_mailer_defaults');
}
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Simon Georges’s picture

Status: Active » Needs review
FileSize
460 bytes

See attached patch.

drewish’s picture

Status: Needs review » Reviewed & tested by the community

Yeah definitely not needed.

Berdir’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, commited.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.