mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
content widget 이미지+제목 타입 섬네일 미표기 버그 / 게시물 제목 링크 버그
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6002 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7619bce790
commit
8391c29fd0
2 changed files with 3 additions and 3 deletions
|
|
@ -259,8 +259,7 @@
|
|||
$content_item->setThumbnail($thumbnail);
|
||||
$content_item->setExtraImages($oDocument->printExtraImages($args->duration_new));
|
||||
$content_item->add('mid', $args->mid_lists[$module_srl]);
|
||||
if($first_thumbnail_idx==-1 && $thumbnail) $first_thumbnail_idx = $key;
|
||||
|
||||
if($first_thumbnail_idx==-1 && $thumbnail) $first_thumbnail_idx = $i;
|
||||
$content_items[] = $content_item;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue