Closed (fixed)
Project:
ImageField
Version:
6.x-3.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 Apr 2009 at 09:24 UTC
Updated:
16 May 2024 at 00:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
libeco commentedI saw the same on a fresh test install locally...
Comment #2
quicksketchAh, shoot. I consolidated some duplicate code, which probably contained the default value for the ImageField. It's especially bad because ImageField will actually prevent you from saving a "txt" extension, since it only supports png, jpg, and gif.
Comment #3
quicksketchCommitted the attached patch.