Closed (fixed)
Project:
Content Templates (Contemplate)
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2011 at 17:08 UTC
Updated:
28 Sep 2011 at 23:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
rhouse commentedThis fix doesn't work:
+ } else {
+ $types[$type][$field . '-file'] = false;
It produces dozens of error messages. But this fix seems to eliminate them all:
+ } else {
+ $types[$type->type][$field . '-file'] = false;
Hope that helps.
Comment #2
mike27 commentedsubscribing
Comment #3
dgtlmoon commentedTry this patch let me know...
Comment #4
dgtlmoon commentedfixed the issue and comitted