There is en error in this module. There is missing (array) input in line 439:

$form_state['values']['files'][$fid] = array_merge((isset($_SESSION['file_attach_files']) && isset($_SESSION['file_attach_files'][$fid])) ? (array)$_SESSION['file_attach_files'][$fid] : array(), $file);

Comments

miglius’s picture

Committed. Thanks.

Status: Fixed » Closed (fixed)

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