hansel_domain module hansel_domain_action_add_domain_get_crumbs function returns path instead of href
fix:
hansel_domain.module line 38:
replace

      'path' => $_domain['path'],

with

      'href' => $_domain['path'],

Comments

mauritsl’s picture

Status: Active » Fixed

Committed to 6.x and 7.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.