mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#18976571 : fixed typo
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7563 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8dc146e367
commit
cb3cc37baa
1 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,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