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

ISTWCMS-5195: fixing blog getting node data

parent 628a6343
No related branches found
No related tags found
1 merge request!169Feature/istwcms 5195 ebremner node theming
...@@ -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