mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-23 16:23:47 +00:00
Fix akeeba library
This commit is contained in:
parent
9c4b12f868
commit
52edb1711a
1 changed files with 4 additions and 0 deletions
|
@ -214,6 +214,10 @@ class Configuration
|
||||||
$this->setUseLegacyPathStyle(false);
|
$this->setUseLegacyPathStyle(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} else {
|
||||||
|
if (empty($this->getRegion())) {
|
||||||
|
$this->setRegion('us-east-1');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->signatureMethod = $signatureMethod;
|
$this->signatureMethod = $signatureMethod;
|
||||||
|
|
Loading…
Reference in a new issue