mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
getModuleList()에서 schema 목록을 가져올 때 .xml 파일만 반환하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3440 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d37d1ba052
commit
16eb66c40d
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@
|
|||
$path = ModuleHandler::getModulePath($module_name);
|
||||
|
||||
// schemas내의 테이블 생성 xml파일수를 구함
|
||||
$tmp_files = FileHandler::readDir($path."schemas");
|
||||
$tmp_files = FileHandler::readDir($path."schemas", '/(\.xml)$/');
|
||||
$table_count = count($tmp_files);
|
||||
|
||||
// 테이블이 설치되어 있는지 체크
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue