Hi.

Taxonomy dhtml isn't showing node count in blocks for terms.

I believe it's beacouse type parametr is missing in taxonomy_dhtml_vocab_vert() function in this version.
taxonomy_term_count_nodes() makes use of type parametr and since it's undefined, it is not working.

For those, who want fix this immediately, you can replace '$type' parametr on line 65 with '0'. At least this works for me and I didn't find any side effects.

Comments

moshe weitzman’s picture

Anonymous’s picture