From 21e8acdca042a952f4132f1d08e68bbc83dad1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B1=EC=8A=B9=EC=B2=A0?= Date: Sat, 25 Feb 2023 13:08:11 +0900 Subject: [PATCH] =?UTF-8?q?procPollInsertItem=20=ED=9B=84=20=ED=8A=B8?= =?UTF-8?q?=EB=9E=9C=EC=9E=AD=EC=85=98=20=EC=BB=A4=EB=B0=8B=EC=9D=B4=20?= =?UTF-8?q?=EC=95=88=EB=90=98=EB=8D=98=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/poll/poll.controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/poll/poll.controller.php b/modules/poll/poll.controller.php index 33b182110..4df5ef28c 100644 --- a/modules/poll/poll.controller.php +++ b/modules/poll/poll.controller.php @@ -216,6 +216,7 @@ class pollController extends poll $oDB->rollback(); return $output; } + $oDB->commit(); return $output; }