Hi,So I tried to get latest items (1 per cat) from 4 different
categories using the "Latest items from (one or more) users or categories" from the Menu Item
(Excuse my lingo, but I am new to Joomla!).And I got the same
article for all the for categories (the newest one), I start doing some debugging and
find out that the array on the K2ModelItemlist::getCategoryChilds()
wasn't getting cleared, so I change the code in:/components/com_k2/models/itemlist.php line 86from $categories =
K2ModelItemlist::getCategoryChilds($id)to $categories = K2ModelItemlist::getCategoryChilds($id,
true);That did the trick.I just want to know if I am not
messing with any special feature I am not aware or if it is a Bug.Thanks.Joomla! v1.5.15K2 v2.2