foundeo / cfdocs

Repository for the cfdocs.org site.

Home Page:https://cfdocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in vew/doc.cfm due to use of Len() on struct when running in ACF

CreativeNotice opened this issue · comments

Found this when looking at doc for lsWeek() after spinning up the project on CommandBox which defaulted to latest ACF engine. Happens for some other function pages as well.

Appears due to Len(data.engines[engine]) at \views\doc.cfm:82. Lucee has no issue with this and returning a count of keys (not what we want in this case), but ACF complains.

PR coming shortly.