Get this error when displaying a terms siblings:

Notice: Undefined variable: items i ctools_term_list_content_type_render() (rad 80 av profiles/my_site/modules/ctools/plugins/content_types/term_context/term_list.inc).

When a term doesn't have any siblings the only term available in $terms gets marked as $skip[tid] which means that $items is never declared on line 76.

Patch will be posted as comment.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

markusbroman’s picture

And here it comes

merlinofchaos’s picture

Status: Needs review » Needs work

I'd really rather the blank line weren't deleted as part of the patch.

It's silly, I know, but I like my whitespace.

markusbroman’s picture

Ah. that was sloppy of me. Trying again.

merlinofchaos’s picture

Status: Needs work » Needs review

Resetting status.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed and pushed. Thanks!

Status: Fixed » Closed (fixed)

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