Fix crash on mail server change
This commit is contained in:
@@ -284,7 +284,7 @@ async function changeLocation(auditSource, progressCallback) {
|
||||
|
||||
progressCallback({ percent: 90, message: 'Restarting mail server' });
|
||||
await restartIfActivated();
|
||||
await platform.onMailServerLocationChanged();
|
||||
await platform.onMailServerLocationChanged(auditSource);
|
||||
}
|
||||
|
||||
async function setLocation(subdomain, domain) {
|
||||
|
||||
Reference in New Issue
Block a user