Merge pull request #600 from KMCProject/devel-moduleparse

잘못된 모듈 정보의 경우 파싱하지 않음
This commit is contained in:
akasima 2014-03-27 13:46:04 +09:00
commit bdf72f8441

View file

@ -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;