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

joshk’s picture

Status: Active » Closed (fixed)

Good catch. It shouldn't actually require taxonomy; rather it should have more limited features.

Fixed in dev branch, will be rolled into next release.