diff --git a/app/service/PaymentService.php b/app/service/PaymentService.php index 46540d6bb0a1c9ed1b76d2921e61a08fd58a8f96..c086fcf87cf540eb8f0941d5bd7ba65dd485df4e 100755 --- a/app/service/PaymentService.php +++ b/app/service/PaymentService.php @@ -1046,7 +1046,7 @@ php; 'plugins_data' => $data, ]; $res = StoreService::PluginsUpgradeInfo($request_params); - if(!empty($res['data'])) + if(!empty($res['data']) && is_array($res['data'])) { $res['data'] = array_column($res['data'], null, 'plugins'); }