зеркало из https://github.com/mozilla/gecko-dev.git
Bug #363993 --> ModifyCard is not a property of nsIAbMDBDirectory, it is a property of nsIAbDirectory. sr=bienvenu
This commit is contained in:
Родитель
1d51cd2a70
Коммит
2155915db1
|
@ -2345,7 +2345,7 @@ function allowRemoteContentForSender()
|
|||
}
|
||||
|
||||
var allowRemoteContent = false;
|
||||
if (cardForEmailAddress)
|
||||
if (cardForEmailAddress && addrbook instanceof Components.interfaces.nsIAbDirectory)
|
||||
{
|
||||
// set the property for remote content
|
||||
cardForEmailAddress.allowRemoteContent = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче