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

dopry’s picture

Status: Needs review » Fixed

committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.