the following check incorrectly fails in some cases when deleting a forum container:

if ($key = array_search($term['tid'], $containers)) {

attached patch should correct this.

CommentFileSizeAuthor
forum_taxo.patch556 byteshunmonk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hunmonk’s picture

took some time to test this patch, and it does in fact solve the problem.

hunmonk’s picture

Status: Active » Reviewed & tested by the community
Dries’s picture

Version: x.y.z » 4.7.0

Committed! Thanks.

killes@www.drop.org’s picture

Status: Reviewed & tested by the community » Fixed

applied

Anonymous’s picture

Status: Fixed » Closed (fixed)