Closed (fixed)
Project:
Hansel breadcrumbs
Version:
7.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2012 at 12:55 UTC
Updated:
12 Aug 2012 at 18:21 UTC
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
Comment #1
mauritsl commentedCommitted to 6.x and 7.x, thanks!