Bug Report

{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

As reported here:

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

Page 1 of 1 pages
Posted by: Derek Jones on 25 October 2008 6:52am
Derek Jones's avatar

Thanks Lodewijk, I’ve sent you an email.

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?