formatting

This commit is contained in:
denisdulici 2019-12-18 16:06:27 +03:00
parent 2a35ffe2ec
commit 7fc92fb128

View File

@ -35,7 +35,7 @@ class Updater
if ($alias == 'core') {
$url = 'core/download/' . $new . '/' . $info['php'] . '/' . $info['mysql'];
} else {
$url = 'apps/' . $alias . '/download/' . $new . '/' . $info['akaunting'] . '/' . $info['token'];
$url = 'apps/' . $alias . '/download/' . $new . '/' . $info['akaunting'] . '/' . $info['api_key'];
}
if (!$response = static::getResponse('GET', $url, ['timeout' => 50, 'track_redirects' => true])) {