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

ISTWCMS-5195: putting correct field for profile summary

parent 00a7471b
No related branches found
No related tags found
1 merge request!169Feature/istwcms 5195 ebremner node theming
...@@ -496,7 +496,7 @@ class UwNodeContent { ...@@ -496,7 +496,7 @@ class UwNodeContent {
// Setup the actual content. // Setup the actual content.
if ($node_flags['get_content']) { if ($node_flags['get_content']) {
$content_data['content'] = $this->addToContentData('content', 'field_uw_news_summary'); $content_data['content'] = $this->addToContentData('content', 'field_uw_profile_summary');
} }
// Get the footer for the profile. // Get the footer for the profile.
......
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