모듈 복제 시, 설정값이 있는 모듈은 복제가 정상적으로 되지 않는 문제 해결

This commit is contained in:
jhlim 2015-10-14 20:52:37 +09:00
parent 35d09dd351
commit edadd7e904

View file

@ -981,7 +981,7 @@ class moduleController extends module
}
}
$oDB->commit;
$oDB->commit();
return new Object();
}