- Patch #568396 by bjaspan: fixed typo.

merge-requests/26/head
Dries Buytaert 2009-09-05 09:57:21 +00:00
parent 01e223d5f8
commit c993b73e5f
1 changed files with 1 additions and 1 deletions

View File

@ -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;