diff --git a/mailnews/base/prefs/resources/content/AccountWizard.js b/mailnews/base/prefs/resources/content/AccountWizard.js index 43ef1e7e1985..680b40c1a735 100644 --- a/mailnews/base/prefs/resources/content/AccountWizard.js +++ b/mailnews/base/prefs/resources/content/AccountWizard.js @@ -256,7 +256,7 @@ function createAccount(hash) { try { // look for anything that is of type "none". // "none" is the type for "Local Mail" - localMailServer = am.findServer("","","none"); + localMailServer = am.FindServer("","","none"); } catch (ex) { dump("exception in findserver: " + ex + "\n");