Posted by Simon Georges on July 30, 2012 at 9:52am
4 followers
| 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
See attached patch.
#2
Yeah definitely not needed.
#3
Thanks, commited.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.