mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
#446 author 가 두명 이상인 경우 오류
This commit is contained in:
parent
98b8296be0
commit
22f1019abe
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,6 @@ class moduleModel extends module
|
|||
|
||||
// Module Information
|
||||
$module_info = new stdClass();
|
||||
$author_obj = new stdClass();
|
||||
if($xml_obj->version && $xml_obj->attrs->version == '0.2')
|
||||
{
|
||||
// module format 0.2
|
||||
|
|
@ -766,6 +765,7 @@ class moduleModel extends module
|
|||
|
||||
foreach($author_list as $author)
|
||||
{
|
||||
$author_obj = new stdClass();
|
||||
$author_obj->name = $author->name->body;
|
||||
$author_obj->email_address = $author->attrs->email_address;
|
||||
$author_obj->homepage = $author->attrs->link;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue