diff --git a/third_party/phpcommon b/third_party/phpcommon index 7ecf558..1e3bb4d 160000 --- a/third_party/phpcommon +++ b/third_party/phpcommon @@ -1 +1 @@ -Subproject commit 7ecf558df93a2656631782e76c6d35697da72808 +Subproject commit 1e3bb4df855f6d11df75545d10b0c2aacea34a06 diff --git a/webapp/controller/PassController.class.php b/webapp/controller/PassController.class.php index da6218e..69e3795 100644 --- a/webapp/controller/PassController.class.php +++ b/webapp/controller/PassController.class.php @@ -52,7 +52,6 @@ class PassController{ 'point' => $seaReward_meta['point'], 'active' => $seaReward_meta['reward1'], 'honor' => $seaReward_meta['reward2'], - 'season' => $seaReward_meta['reward3'] ); return $seaReward; }