innodb 환경에서 게시판 복사가 제대로 되지 않던 버그 수정

함수엔 괄호를 써줍시다 ;ㅁ;
This commit is contained in:
Eundong 2014-06-29 13:22:56 +09:00
parent d39388fee0
commit c9fc662941

View file

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