mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix first thumbnail index not working in content widget
This commit is contained in:
parent
9bedd75a37
commit
85a14ff0e3
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ class content extends WidgetHandler
|
||||||
}
|
}
|
||||||
$oDocumentModel->setToAllDocumentExtraVars();
|
$oDocumentModel->setToAllDocumentExtraVars();
|
||||||
|
|
||||||
foreach($document_srls as $document_srl)
|
foreach($document_srls as $i => $document_srl)
|
||||||
{
|
{
|
||||||
$oDocument = $GLOBALS['XE_DOCUMENT_LIST'][$document_srl];
|
$oDocument = $GLOBALS['XE_DOCUMENT_LIST'][$document_srl];
|
||||||
$document_srl = $oDocument->document_srl;
|
$document_srl = $oDocument->document_srl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue