At admin/structure/taxonomy/[name of vocabulary] private_taxonomy_post_render() assumes 1 or more terms will be present in the form. When there are 0 terms $matches is empty, $matches[1] is undefined, and $name becomes FALSE.
The notice is as follow and does not appear immediately after it's generated because it's in a theme function:

Notice: Undefined offset: 1 in private_taxonomy_post_render() (line 573 of private_taxonomy/private_taxonomy.module).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jacob.embree created an issue. See original summary.

  • trobey committed 7ecb937 on 7.x-1.x authored by jacob.embree
    Issue #3019530 by jacob.embree: Undefined offset at terms overview if no...
trobey’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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