Closed (fixed)
Project:
Tax Tree Nodes
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2008 at 17:38 UTC
Updated:
31 Jul 2008 at 04:46 UTC
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.