Skip to content
Snippets Groups Projects
Commit 99258e28 authored by Brad Bulger's avatar Brad Bulger Committed by Joseph Olstad
Browse files

Issue #3351939 by brad.bulger: typo in variable name in...

Issue #3351939 by brad.bulger: typo in variable name in entityreference_field_views_data_views_data_alter()
parent 55acfe52
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ function entityreference_field_views_data_views_data_alter(&$data, $field) {
watchdog(
'entityreference',
'Field %field_name refers to nonexistent entity type %type. You might want to remove this broken field instance. <a href="https://www.drupal.org/docs/7/modules/views/data-fix-field-field-refers-to-nonexistent-entity-type-type">See documentation.</a>',
array('%field_name' => $field['field_name'], '%type' => $entity),
array('%field_name' => $field['field_name'], '%type' => $entity_type),
WATCHDOG_WARNING
);
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment