Bug article categories
nicolicioiu.liviu - May 25, 2007 - 07:54
| Project: | Article |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Articles page show all article grouped by taxonomy terms. In Articles categories shoes duplicated taxonomy terms.
For correct this edited next function article_build_index and the lines:
$cur = current($tree);
$nex = next($tree);
became
$cur = current(&$tree);
$nex = next(&$tree);
After that all was fine.

#1
Which version of php is that ?
#2
5.2