mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-12 15:02:15 +09:00
코드가 new Object으로만 작성된 코드에 대해서도 동일하게 BaseObject 호출하도록 추가.
This commit is contained in:
parent
f3f40f6859
commit
1803883e1d
9 changed files with 18 additions and 18 deletions
|
|
@ -426,7 +426,7 @@ class documentAdminController extends document
|
|||
|
||||
$oDB->commit();
|
||||
|
||||
$output = new Object();
|
||||
$output = new BaseObject();
|
||||
$output->add('copied_srls', $copied_srls);
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue