mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-14 04:18:49 +00:00
Fix akeeba library
This commit is contained in:
parent
8580239ff2
commit
cf149f35f3
1 changed files with 4 additions and 0 deletions
|
@ -214,6 +214,10 @@ class Configuration
|
|||
$this->setUseLegacyPathStyle(false);
|
||||
}
|
||||
|
||||
} else {
|
||||
if (empty($this->getRegion())) {
|
||||
$this->setRegion('us-east-1');
|
||||
}
|
||||
}
|
||||
|
||||
$this->signatureMethod = $signatureMethod;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue