diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-26 16:59:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-26 16:59:24 +0000 |
commit | f6044dcd2cd425a1e11db7083ff3d58c6846ab3c (patch) | |
tree | 7445a4365be5fb6a70579fa900db69d35112110b /modules/field/field.info.inc | |
parent | 50787d83f0d1f1a08ec7c03d2f847a65f75affa5 (diff) | |
download | brdo-f6044dcd2cd425a1e11db7083ff3d58c6846ab3c.tar.gz brdo-f6044dcd2cd425a1e11db7083ff3d58c6846ab3c.tar.bz2 |
- Patch #863370 by andypost: fixed typo.
Diffstat (limited to 'modules/field/field.info.inc')
-rw-r--r-- | modules/field/field.info.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc index 9ed5328e1..53d5a2049 100644 --- a/modules/field/field.info.inc +++ b/modules/field/field.info.inc @@ -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']) { |