mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
Merge pull request #818 from Eundong/develop
innodb 환경에서 게시판 복사가 제대로 되지 않던 버그 수정
This commit is contained in:
commit
1c7d53c1f0
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ class moduleController extends module
|
|||
}
|
||||
}
|
||||
|
||||
$oDB->commit;
|
||||
$oDB->commit();
|
||||
|
||||
return new Object();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue