mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@398 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1f0a326d1b
commit
b75b90ec27
2 changed files with 2 additions and 2 deletions
|
|
@ -135,6 +135,8 @@
|
||||||
// 권한변수 설정
|
// 권한변수 설정
|
||||||
$this->grant = $grant;
|
$this->grant = $grant;
|
||||||
Context::set('grant', $grant);
|
Context::set('grant', $grant);
|
||||||
|
|
||||||
|
$this->init();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,6 @@
|
||||||
$shortcut_list = $oAdminModel->getShortCuts();
|
$shortcut_list = $oAdminModel->getShortCuts();
|
||||||
Context::set('shortcut_list', $shortcut_list);
|
Context::set('shortcut_list', $shortcut_list);
|
||||||
|
|
||||||
// admin class의 init
|
|
||||||
parent::init();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue