Skip to content
Snippets Groups Projects
Commit 6cfb6522 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5195: fixing blog getting node data

parent 000ebbbd
No related branches found
No related tags found
1 merge request!172Feature/istwcms 5128 ebremner theme node services
...@@ -232,7 +232,7 @@ class UwNodeContent { ...@@ -232,7 +232,7 @@ class UwNodeContent {
} }
if ($node_flags['get_listing_image']) { if ($node_flags['get_listing_image']) {
$content_data['listing_image'] = $this->addToContentData('sources', 'field_uw_event_listing_page_img'); $content_data['listing_image'] = $this->addToContentData('sources', 'field_uw_blog_listing_page_image');
} }
// Setup the actual content. // Setup the actual content.
......
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