mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
Merge pull request #600 from KMCProject/devel-moduleparse
잘못된 모듈 정보의 경우 파싱하지 않음
This commit is contained in:
commit
bdf72f8441
1 changed files with 1 additions and 0 deletions
|
|
@ -1502,6 +1502,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