diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 1c2f1727..d96d21c8 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -682,11 +682,6 @@ class ShopController extends BaseAuthedController return; } - if ($row['address'] != $account) { - $this->_rspErr(2, 'address is invalid'); - return; - } - if ($row['grid_' . $grid] == 0) { $this->_rspErr(2, 'grid is invalid'); return;