mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
에디터 업로드 설정시 editor_sequence변수값 지정하는 부분의 space 입력된 부분 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6562 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c41cad4c1a
commit
7466ed9192
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
Context::addCssFile($this->module_path."tpl/css/editor.css");
|
Context::addCssFile($this->module_path."tpl/css/editor.css");
|
||||||
|
|
||||||
// 변수 정리
|
// 변수 정리
|
||||||
$editor_sequence = Context::get('editor_sequence ');
|
$editor_sequence = Context::get('editor_sequence');
|
||||||
$component = Context::get('component');
|
$component = Context::get('component');
|
||||||
|
|
||||||
$site_module_info = Context::get('site_module_info');
|
$site_module_info = Context::get('site_module_info');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue