Closed (fixed)
Project:
Category
Version:
4.7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2007 at 21:55 UTC
Updated:
1 Sep 2009 at 14:34 UTC
Hi,
The change of code line 89:
return (isset($containers[$cnid]) ? $containers[$cnid] : NULL);
Gives in the category_display module a foreach () error in this peace of code:
foreach ($categories as $category) {
$is_cat = !empty($category->cnid);
$cat = category_get_container($is_cat ? $category->cnid : $category->cid);
unset($cat->cid);
unset($cat->title);
foreach ($cat as $key => $value) {
$category->$key = $value;
}
Can someone please file a patch?
thanks in advance,
greetings,
Martijn
Comments
Comment #1
JirkaRybka commentedI didn't have such problems in 4.7.x, and neither in 5.x - and both these versions are obsolete now. After more than 2 years of silence, I'm going to just close this issue, assuming it was either site-specific, or more likely fixed in other issue (or no issue at all).
Feel free to re-open if needed.