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); }