Closed (fixed)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2008 at 19:41 UTC
Updated:
25 Aug 2008 at 20:03 UTC
There is a typo causing a "page not found".
Sorry I can't create a patch right now - computer is barely moving :/.
line that needs to change in filefield.module:
if ($field['type'] == 'file') {
to:
if ($field['type'] == 'filefield') {
Comments
Comment #1
dopry commentedcommitted to HEAD.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.