diff --git a/src/Service/UWService.php b/src/Service/UWService.php index e476b8b0c22b849869442fc8cb69b6ea93b3ff13..c226efb02ee0d89304c6de4e9df9518ceb641353 100644 --- a/src/Service/UWService.php +++ b/src/Service/UWService.php @@ -282,6 +282,7 @@ class UWService implements UWServiceInterface { 'affiliation' => $get_header ? 'field_uw_ct_profile_affiliation' : NULL, 'content' => $get_content ? 'field_uw_profile_summary' : NULL, 'image' => $get_header ? 'field_uw_ct_profile_image' : NULL, + 'sources' => $get_image ? 'field_uw_ct_profile_image' : NULL, 'tags' => $get_footer ? $tag_list : NULL, 'link_profile' => $get_footer ? 'field_uw_ct_profile_info_link' : NULL, 'personal_webpage' => $get_footer ? 'field_uw_ct_profile_link_persona' : NULL,