diff --git a/modules/system/classes/UpdateManager.php b/modules/system/classes/UpdateManager.php index 7a4b37aff..a2ae3ad6a 100644 --- a/modules/system/classes/UpdateManager.php +++ b/modules/system/classes/UpdateManager.php @@ -684,6 +684,9 @@ class UpdateManager protected function applyHttpAttributes($http, $postData) { $postData['url'] = base64_encode(URL::to('/')); + if (Config::get('cms.edgeUpdates', false)) { + $postData['edge'] = 1; + } if ($this->key && $this->secret) { $postData['nonce'] = $this->createNonce();