mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
컨텐츠 위젯 내용 중 object 선언 안 된 곳 수정
정의 되지 않았던 변수를 바로 object로 사용하는 부분을 수정합니다.
This commit is contained in:
parent
4aec371983
commit
0c206c59e7
1 changed files with 1 additions and 0 deletions
|
|
@ -327,6 +327,7 @@ class content extends WidgetHandler
|
|||
{
|
||||
$oDocumentModel = getModel('document');
|
||||
|
||||
$obj = new stdClass();
|
||||
$obj->module_srls = $obj->module_srl = $args->module_srl;
|
||||
$obj->direct_download = 'Y';
|
||||
$obj->isvalid = 'Y';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue