From 90a71ba75d1e521863661392e49d407d5a36e4ae Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 20 Feb 2022 15:31:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=84=EC=9D=B4=ED=85=9C=20=ED=8C=90?= =?UTF-8?q?=EB=A7=A4=EC=8B=9C=20=EC=97=90=EB=9F=AC=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index b5027204..21f16585 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -183,6 +183,7 @@ class General implements iAction { if ($itemCode === null) { $this->deleteItem($itemKey); + return; } $this->setVar($itemKey, $itemCode);