Fix first thumbnail index not working in content widget

This commit is contained in:
Kijin Sung 2021-01-24 11:02:45 +09:00
parent 9bedd75a37
commit 85a14ff0e3

View file

@ -286,7 +286,7 @@ class content extends WidgetHandler
}
$oDocumentModel->setToAllDocumentExtraVars();
foreach($document_srls as $document_srl)
foreach($document_srls as $i => $document_srl)
{
$oDocument = $GLOBALS['XE_DOCUMENT_LIST'][$document_srl];
$document_srl = $oDocument->document_srl;