diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index ca9b253a..787cccf7 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -205,7 +205,7 @@ class MarketController extends BaseAuthedController { 'amount' => $row['amount'], 'seller' => $row['seller'], 'currency' => $row['currency'], - 'price' => $row['price'], + 'price' => $row['update_price'] ? $row['update_price'] : $row['price'], 'createtime' => $row['createtime'], 'updatetime' => $row['createtime'], );