Skip to content
Snippets Groups Projects
Commit d6838aeb authored by Eric Bremner's avatar Eric Bremner Committed by Igor Biki
Browse files

ISTWCMS-5195: fixing get image

parent 1a752a4c
No related branches found
No related tags found
1 merge request!169Feature/istwcms 5195 ebremner node theming
...@@ -111,7 +111,7 @@ class UwNodeFieldValue { ...@@ -111,7 +111,7 @@ class UwNodeFieldValue {
// Image field type. // Image field type.
if ($type == 'image') { if ($type == 'image') {
return $this->getImage($node, $field_name, $featured_image); return $this->getImage($node, $field_name);
} }
// Link field type. // Link field type.
......
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