mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
innodb 환경에서 게시판 복사가 제대로 되지 않던 버그 수정
함수엔 괄호를 써줍시다 ;ㅁ;
This commit is contained in:
parent
d39388fee0
commit
c9fc662941
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