mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
procPollInsertItem 후 트랜잭션 커밋이 안되던 문제 수정
This commit is contained in:
parent
ba94631921
commit
21e8acdca0
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ class pollController extends poll
|
|||
$oDB->rollback();
|
||||
return $output;
|
||||
}
|
||||
$oDB->commit();
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue