In the taxonomy_vocabulary_load(), we keep a static record of loaded vocabularies for efficient lookup. However, if any node types are added after the first call, they won't be seen in subsequent calls. We need a way to invalidate that cache... perhaps a second $reset = FALSE parameter?

Thanks...

Comments

gbaudoin’s picture

Status: Active » Closed (works as designed)

Please retry on the latest 6.x version and re-open if necessary.