fix typo
This commit is contained in:
parent
26bb35e921
commit
3d956b9002
@ -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]);
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user