TaxTreeNodes won't work with php4 because you modify the variable $term in the scope of a first foreach and after you use that variable in a other foreach. So I made a patch that just join the two foreach and solve the variable scope problem.

CommentFileSizeAuthor
bug_foreach.patch466 bytesavoine

Comments

dgtlmoon’s picture

I tested this patch on my setup and it resolved the issues, thanks!

attiks’s picture

Status: Needs review » Fixed

Patch applied in TaxTreeNodes 5.x-1.1

Anonymous’s picture

Status: Fixed » Closed (fixed)

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