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.
| Comment | File | Size | Author |
|---|---|---|---|
| bug_foreach.patch | 466 bytes | avoine |
Comments
Comment #1
dgtlmoon commentedI tested this patch on my setup and it resolved the issues, thanks!
Comment #2
attiks commentedPatch applied in TaxTreeNodes 5.x-1.1
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.