Project:Article
Version:5.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

Which version of php is that ?

#2

5.2