diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Accounts.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Accounts.php index 608d553d1..1c6b7e9b6 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Accounts.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Accounts.php @@ -278,7 +278,7 @@ trait Accounts $oAccount = $this->getMainAccountFromToken(); if (1 < \count($aAccounts)) { $aAccounts = \array_filter(\array_merge( - \array_fill_keys($aOrder['Accounts'], null), + \array_fill_keys($aAccounts, null), $this->GetAccounts($oAccount) )); $this->SetAccounts($oAccount, $aAccounts);