Skip to content
Snippets Groups Projects
Commit a71df996 authored by Tim Rohaly's avatar Tim Rohaly
Browse files

Issue #3023044 by TR: error in entity_property_verbatim_get

parent 523aec8b
No related branches found
No related tags found
No related merge requests found
......@@ -597,7 +597,7 @@ function entity_property_field_item_image_info() {
* Do not make use of this function, instead use the new one.
*/
function entity_metadata_verbatim_get($data, array $options, $name) {
return entity_property_verbatim_get($data, $options, $name);
return entity_property_verbatim_get($data, $options, $name, NULL, array());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment