diff --git a/lib/themes/eic_community/includes/preprocess/content/node--news--story.inc b/lib/themes/eic_community/includes/preprocess/content/node--news--story.inc index b3d0b88c5..aa2d08ca6 100644 --- a/lib/themes/eic_community/includes/preprocess/content/node--news--story.inc +++ b/lib/themes/eic_community/includes/preprocess/content/node--news--story.inc @@ -115,7 +115,7 @@ function _eic_community_preprocess_node_news_story(array &$variables) { // Privacy information, if current user is anonymous remove the author. if (\Drupal::currentUser()->isAnonymous()) { - $item['author'] = NULL; + $item['author'] = NULL; } } diff --git a/lib/themes/eic_community/includes/preprocess/views.inc b/lib/themes/eic_community/includes/preprocess/views.inc index 8ae46117a..afc1236a2 100644 --- a/lib/themes/eic_community/includes/preprocess/views.inc +++ b/lib/themes/eic_community/includes/preprocess/views.inc @@ -329,7 +329,7 @@ function _eic_community_preprocess_views__latest_news_and_stories__homepage(&$va // Privacy information, if current user is anonymous remove the author. if (\Drupal::currentUser()->isAnonymous()) { - $item['author'] = NULL; + $item['author'] = NULL; } if (!$node_translation->get('field_image')->isEmpty()) {