- Patch by andypost: fixed typo.

merge-requests/26/head
Dries Buytaert 2010-07-26 16:59:24 +00:00
parent 50787d83f0
commit f6044dcd2c
1 changed files with 1 additions and 1 deletions
modules/field

View File

@ -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']) {