mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
fixed typo
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7564 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cb3cc37baa
commit
4ea66de09d
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@
|
|||
}
|
||||
|
||||
// 레이아웃 목록을 구해옴
|
||||
$oLayoutMode = &getModel('layout');
|
||||
$layout_list = $oLayoutMode->getLayoutList();
|
||||
$oLayoutModel = &getModel('layout');
|
||||
$layout_list = $oLayoutModel->getLayoutList();
|
||||
Context::set('layout_list', $layout_list);
|
||||
|
||||
$mobile_layout_list = $oLayoutModel->getLayoutList(0,"M");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue