Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2007 at 09:08 UTC
Updated:
23 Jul 2007 at 03:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyWell, indeed. Tracker module uses the comment tables created by comment module and the comment module constants without checking for comment module being available. The solution was to make comment.module a dependency and remove the sole module_exists('comment') from the module, which covered only a very small part of the dependency.
I fixed and committed this to 6.x, so it is ready to be committed against 5.x. Patch attached.
Comment #2
drummCommitted to 5.x.
Comment #3
(not verified) commented