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

ISTWCMS-4704: removed unused variable

parent fa701eb8
No related branches found
No related tags found
1 merge request!34ISTWCMS-4847: adding preprocess to main content area to add classes for 404...
......@@ -372,7 +372,6 @@ function uw_fdsu_theme_resp_preprocess_node(&$variables) {
if ($variables['view_mode'] == 'teaser' &&
in_array($variables['node']->getType(), $teasers_to_preprocess)) {
$variables['teaser'] = $uwService->uwGetNodeContent($variables['node'], 'teaser', 'all');
$variables['rep_date'] = $variables['content']['field_uw_event_date'];
}
// If on a node page get the variables for now.
......
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