- Patch #863370 by andypost: fixed typo.
parent
50787d83f0
commit
f6044dcd2c
modules/field
|
@ -523,7 +523,7 @@ function field_info_bundles($entity_type = NULL) {
|
|||
* which this field belongs keyed by entity type.
|
||||
*/
|
||||
function field_info_fields() {
|
||||
$field = array();
|
||||
$fields = array();
|
||||
$info = _field_info_collate_fields();
|
||||
foreach ($info['fields'] as $key => $field) {
|
||||
if (!$field['deleted']) {
|
||||
|
|
Loading…
Reference in New Issue