diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 4bf187186..17f13c146 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -565,7 +565,7 @@ function onContactMailTo(node) { } function refreshContacts(contactId) { - openContactsFolder(currentContactFolder, "reload=true"); + openContactsFolder(currentContactFolder, "reload=true", currentFolderIsExternal); cachedContacts[currentContactFolder + "/" + contactId] = null; loadContact(contactId);