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