diff --git a/modules/system/classes/UpdateManager.php b/modules/system/classes/UpdateManager.php index e07dc043a..53f90a089 100644 --- a/modules/system/classes/UpdateManager.php +++ b/modules/system/classes/UpdateManager.php @@ -914,6 +914,7 @@ class UpdateManager protected function applyHttpAttributes($http, $postData) { $postData['protocol_version'] = '1.1'; + $postData['client'] = 'october'; $postData['server'] = base64_encode(serialize([ 'php' => PHP_VERSION,