From 420ae2f45b9ce7dc35c9dce8c99878cd2fb57ea3 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 27 Jul 2022 22:33:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8F=99=EC=9D=BC=20=EB=B6=80=EC=9C=84?= =?UTF-8?q?=20=EC=A0=9C=ED=95=9C=EC=9D=BC=20=EB=95=8C,=20=EB=AC=B4?= =?UTF-8?q?=ED=95=9C=ED=9E=88=20=EC=95=8C=EB=A6=BC=EC=98=A4=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20-=20=EC=9D=98=EB=8F=84=EB=8C=80=EB=A1=9C?= =?UTF-8?q?=EB=9D=BC=EB=A9=B4=201=ED=84=B4=EB=A7=88=EB=8B=A4=20=ED=95=9C?= =?UTF-8?q?=EB=B2=88=EC=94=A9=EC=9D=B4=EC=96=B4=EC=95=BC=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/AuctionUniqueItem.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/AuctionUniqueItem.php b/hwe/sammo/AuctionUniqueItem.php index b338ebb2..9ed44630 100644 --- a/hwe/sammo/AuctionUniqueItem.php +++ b/hwe/sammo/AuctionUniqueItem.php @@ -321,6 +321,7 @@ class AuctionUniqueItem extends Auction } $this->extendCloseDate($extendedCloseDate, true); $this->extendLatestBidCloseDate(null); + $this->applyDB(); } return join(' ', $reasons); }