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.

CommentFileSizeAuthor
custom_breadcrumbs_load_for_type.patch208 bytesdanilo_04

Comments

MGN’s picture

Status: Active » Closed (duplicate)

This 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.

danilo_04’s picture

Ok thanks