зеркало из https://github.com/mozilla/gecko-dev.git
second part of fix for #27913 - make sure identities exist at the time the server is attached to the account, so that there are actually identities associated with the account when the server is loaded and queried by rdf
r=sspitzer, a=phil, chofmann
This commit is contained in:
Родитель
0f4847c43e
Коммит
a51ec724d9
|
@ -250,8 +250,8 @@ function createAccount(accountData)
|
|||
|
||||
dump("am.createAccount()\n");
|
||||
var account = am.createAccount();
|
||||
account.incomingServer = server;
|
||||
account.addIdentity(identity);
|
||||
account.incomingServer = server;
|
||||
return account;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче