- Patch #568396 by bjaspan: fixed typo.
parent
01e223d5f8
commit
c993b73e5f
|
@ -206,7 +206,7 @@ function _field_info_collate_fields($reset = FALSE) {
|
|||
}
|
||||
|
||||
// Populate 'fields' only with non-deleted fields.
|
||||
$info['field'] = array();
|
||||
$info['fields'] = array();
|
||||
foreach ($info['field_ids'] as $field) {
|
||||
if (!$field['deleted']) {
|
||||
$info['fields'][$field['field_name']] = $field;
|
||||
|
|
Loading…
Reference in New Issue