Active
Project:
Article
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2007 at 07:54 UTC
Updated:
16 Dec 2008 at 17:17 UTC
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.
Comments
Comment #1
msameer commentedWhich version of php is that ?
Comment #2
nicolicioiu.liviu commented5.2