mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@880 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fc5af63895
commit
70986d34d6
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@
|
|||
function dispBoardAdminBoardInfo() {
|
||||
|
||||
// module_srl 값이 없다면 그냥 index 페이지를 보여줌
|
||||
if(!Context::get('module_srl')) return $this->dispAdminContent();
|
||||
if(!Context::get('module_srl')) return $this->dispBoardAdminContent();
|
||||
|
||||
// 레이아웃이 정해져 있다면 레이아웃 정보를 추가해줌(layout_title, layout)
|
||||
if($this->module_info->layout_srl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue