mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#17920436 : fixed the problem occurred when using php4
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1fd89712a1
commit
d6dcfb0517
1 changed files with 1 additions and 1 deletions
|
|
@ -179,8 +179,8 @@
|
|||
}
|
||||
|
||||
// 스킨에서 사용할 oDocument 변수 세팅
|
||||
Context::set('oDocument', $oDocument);
|
||||
$oDocument->add('module_srl', $this->module_srl);
|
||||
Context::set('oDocument', $oDocument);
|
||||
|
||||
/**
|
||||
* 사용되는 javascript 필터 추가
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue