When there are two o more custom breadcrumbs for one content, the function _custom_breadcrumbs_load_for_type have a bug in the
line 94.
The bug consists in the variable $result in line 94 is the same of variable used in line 89 to db_query. The fix is change the name of the variable in line 94 and 96.
Attach patch.
| Comment | File | Size | Author |
|---|---|---|---|
| custom_breadcrumbs_load_for_type.patch | 208 bytes | danilo_04 |
Comments
Comment #1
MGN commentedThis was fixed in #276817: Only the first custom breadcrumb for a node type is tested. and committed to the 6.x-1.x-dev version. You might want to use that version until 6.x-1.5 is released.
Comment #2
danilo_04 commentedOk thanks