mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
위젯스타일 설정에서 작성자를 표시하지 못하는 버그 수정
This commit is contained in:
parent
3f456389e7
commit
7595dac216
1 changed files with 2 additions and 1 deletions
|
|
@ -304,7 +304,8 @@ class widgetModel extends widget
|
|||
if(file_exists($preview_file)) $buff[] = sprintf('$widgetStyle_info->preview = "%s";', $preview_file);
|
||||
|
||||
// Author information
|
||||
$author_list = (!is_array($author_list)) ? array($author_list) : $author_list;
|
||||
if(!is_array($xml_obj->author)) $author_list[] = $xml_obj->author;
|
||||
else $author_list = $xml_obj->author;
|
||||
|
||||
foreach($author_list as $idx => $author)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue