Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2009 at 02:43 UTC
Updated:
17 Jul 2009 at 20:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThese files actually contain hook implementations (such as imagefield_file_delete(), imagefield_file_insert(), etc.), so the need to be available at all times. This patch should correct the problem by making the includes always pulled in no matter what, without using the database. FileField already uses this to make the file API funcitons available.