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@1230 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c58b1925f0
commit
86b2b76c86
10 changed files with 53 additions and 45 deletions
|
|
@ -122,11 +122,12 @@
|
|||
**/
|
||||
function installDownloadedModule() {
|
||||
// 수동으로 설치를 할 목록
|
||||
$manual_modules = array('install','module');
|
||||
$manual_modules = array('install','module','member');
|
||||
|
||||
// install, module 모듈은 미리 설치
|
||||
$this->installModule('install', './modules/install/');
|
||||
$this->installModule('module', './modules/module/');
|
||||
$this->installModule('member', './modules/member/');
|
||||
|
||||
// 각 모듈의 schemas/*.xml 파일을 모두 찾아서 table 생성
|
||||
$module_list = FileHandler::readDir('./modules/', NULL, false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue