mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
잘못된 모듈 정보의 경우 파싱하지 않음
modules 폴더 안 올바르지 않은 구조의 폴더가 있을 경우 문제가 됨 zip 파일까지 파싱해 버리는 것 같은데 해당 부분 수정 필요(modules 폴더로 zip 업로드 뒤 ssh로 압축풀기 진행 후 zip 파일을 미삭제시 오류의 원인이 됨)
This commit is contained in:
parent
cfb99c1088
commit
d95dbfd376
1 changed files with 1 additions and 0 deletions
|
|
@ -1501,6 +1501,7 @@ class moduleModel extends module
|
|||
$info = $this->getModuleInfoXml($module_name);
|
||||
unset($obj);
|
||||
|
||||
if(!isset($info)) continue;
|
||||
$info->module = $module_name;
|
||||
$info->created_table_count = $created_table_count;
|
||||
$info->table_count = $table_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue