Hi, we're receiving undefined index errors in commons_roots_item_list() . The function attempts to add classes to the $attributes array even if the $attributes array doesn't have a class key defined. Easy fix is just to use the same process as the core theme_item_list function uses for determining if the array is empty.

Comments

codesidekick’s picture

ezra-g’s picture

Status: Active » Needs review
Issue tags: +Commons 2.8 radar

Marking as "needs review" and adding to the list of issues to review for the 2.8 release. Thanks for the patch!

ezra-g’s picture

Status: Needs review » Fixed

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