Closed (fixed)
Project:
Mailhandler
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2010 at 01:38 UTC
Updated:
18 Jun 2010 at 01:30 UTC
Mailhandler borks at mailhandler_node_process_message_commands() if taxonomy.module is not enabled, albeit there is no dependencies[] = taxonomy in the .info file.
It would also be nice to be able to use the "type: nodetype" body command without the dependency for taxonomy.
Comments
Comment #1
bibo commentedI also just noticed this. Got this while trying to retrieve new mails (via the interface link, not cron).
Adding this in "mailhandler_node_process_message_commands()"-function:
.. should do the trick without having to add taxonomy as a dependency. I don't want to manually patch mailhandler though, so I'll just activate the taxonomy-module for now.
Comment #2
Ian Ward commentedThanks, committed a fix - checks whether taxonomy module is available and otherwise logs to watchdog.