Closed (fixed)
Project:
Menu Trails
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 21:06 UTC
Updated:
13 Oct 2008 at 21:47 UTC
Menu Trails isn't configured to declare dependency from the taxonomy module. But if you go to the settings page (admin/settings/menutrails) with taxonomy module disabled, you get:
Fatal error: Call to undefined function taxonomy_get_vocabularies() in [...]/htdocs/drupal/sites/all/modules/menutrails/menutrails.module on line 245
This error disappears after enabling the taxonomy module.
Comments
Comment #1
joshk commentedGood catch. It shouldn't actually require taxonomy; rather it should have more limited features.
Fixed in dev branch, will be rolled into next release.