Merge pull request #2081 from BOBODDO/develop

procPollInsertItem 후 트랜잭션 커밋이 안되던 문제 수정
This commit is contained in:
Kijin Sung 2023-02-26 21:37:31 +09:00 committed by GitHub
commit 7a9c801d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,6 +216,7 @@ class pollController extends poll
$oDB->rollback();
return $output;
}
$oDB->commit();
return $output;
}