{categories} tag pair returns nothing when there are no custom category fields |
|||
|---|---|---|---|
| Date: | 10/24/2008 | Severity: | Minor |
| Status: | Resolved | Reporter: | Lodewijk |
| Version: | EE 1.6.5 | Assigned To: | Not Assigned |
| Keywords: | Modules, Weblog | ||
Details
In mod.weblog.php, around line #3505: the variable $temp is filled with the category data (line 3489), but it is never concatenated to $cats (line 3535), unless there’s a custom category field (line 3510).
Quick fix for line 3535:
$cats .= count($this->catfields) ? implode('', $temp2) : $temp;
Comment on Bug Report
| Posted by: Derek Jones on 25 October 2008 6:52am | |
|
|
Thanks Lodewijk, I’ve sent you an email. |
