diff --git a/Application/Base/Service/GameSourceService.class.php b/Application/Base/Service/GameSourceService.class.php index 7c3106c48..c17aee6f0 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -95,7 +95,7 @@ class GameSourceService { $channelFolder = $this->getChannelConfigFolder($zip, $packData); return $this->packChannelFolder($zip, $channelFolder); } else { - $channelFile = $this->getChannelConfigFile($zip, $gameSource['sdk_version']); + $channelFile = $this->getChannelConfigFile($zip, $game['sdk_version']); return $this->packChannelFile($zip, $channelFile, $packData); }