mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Fixes #4761 - Related Summary parsing as BODY instead of SUMMARY.
This commit is contained in:
@@ -4812,7 +4812,7 @@ 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,'SUMMARY'),
|
||||
'RELATED_DATE' => $val['date'],
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user