diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index b8327b78..120a2456 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -792,6 +792,7 @@ class ShopController extends BaseAuthedController 'idx' => $idx, 'grid' => $grid, 'count' => $count, + 'award' => $awardService->toDto(), ) ); }