diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index baf5accb..54c72507 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -633,7 +633,8 @@ class BaseAuthedController extends BaseController { if (SERVER_ENV != _ONLINE) { return "${itemMeta['name']} Not enough stock:${lackItem['inventory']} need:${lackItem['item_num']}"; } else { - return "${itemMeta['name']} Not enough"; +// return "${itemMeta['name']} Not enough"; + return "item Not enough"; } }