This commit is contained in:
davtur19 2020-10-14 12:12:23 +02:00 committed by Daniil Gentili
parent 26bb35e921
commit 3d956b9002
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class Connection extends SettingsAbstract
if (Magic::$altervista) {
$this->addProxy(HttpProxy::class, ['address' => 'localhost', 'port' => 80]);
} else {
$this->removeProxy(HttpProxy::class, , ['address' => 'localhost', 'port' => 80]);
$this->removeProxy(HttpProxy::class, ['address' => 'localhost', 'port' => 80]);
}
}
/**