1
0
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:
Cameron
2022-04-21 15:35:42 -07:00
parent fe8d27c51c
commit 327616002e

View File

@@ -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'],
);