Merge pull request #818 from Eundong/develop

innodb 환경에서 게시판 복사가 제대로 되지 않던 버그 수정
This commit is contained in:
akasima 2014-07-02 17:23:07 +09:00
commit 1c7d53c1f0

View file

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