mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#506 애드온 설정이 저장되지 않는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4413 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d97d2932fb
commit
18b399cae3
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@
|
|||
sscanf($xml_obj->date->body, '%d-%d-%d', $date_obj->y, $date_obj->m, $date_obj->d);
|
||||
$addon_info->date = sprintf('%04d%02d%02d', $date_obj->y, $date_obj->m, $date_obj->d);
|
||||
|
||||
$addon_info->addon_name = $addon;
|
||||
$addon_info->title = $xml_obj->title->body;
|
||||
$addon_info->description = trim($xml_obj->description->body);
|
||||
$addon_info->version = $xml_obj->version->body;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue