diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 2c9b4c721..fd760bf40 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -4338,7 +4338,8 @@ var_dump($select_options);*/ 'RELATED_URL' => $tp->replaceConstants($val['url'],'full'), 'RELATED_TITLE' => $val['title'], 'RELATED_IMAGE' => $tp->toImage($val['image']), - 'RELATED_SUMMARY' => $tp->toHTML($val['summary'],true,'BODY') + 'RELATED_SUMMARY' => $tp->toHTML($val['summary'],true,'BODY'), + 'RELATED_DATE' => $val['date'], ); $list[] = $tp->simpleParse($TEMPLATE['item'], $row);