Download & Extend

Remove files[] directive from Mailer.info

Project:User Relationships
Version:7.x-1.x-dev
Component:Mailer
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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:

<?php
function user_relationship_mailer_init() {
 
module_load_include('inc', 'user_relationship_mailer', 'user_relationship_mailer_defaults');
}
?>

Comments

#1

Status:active» needs review

See attached patch.

AttachmentSizeStatusTest resultOperations
user_relationships_1705096_useless_file_directive.patch460 bytesIdleFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch user_relationships_1705096_useless_file_directive.patch. Unable to apply patch. See the log in the details link for more information.View details

#2

Status:needs review» reviewed & tested by the community

Yeah definitely not needed.

#3

Status:reviewed & tested by the community» fixed

Thanks, commited.

#4

Status:fixed» closed (fixed)

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

nobody click here