When saving a new node with media files, i get this warning.
foreach ($form_state['values'][$field_name][$lang] as $value) {
if ($value['fid']) {
$has_value = TRUE;
}
}adding !empty() fixes this, but i will investigate this further
Comments
Comment #1
ParisLiakos commentedYeah
Add Mediais not an array value thats why the warning.I think this is due to PHP 5.4
Commited to 2.x and 1.x as well