mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
oops, fix case change (thanks seth)
This commit is contained in:
parent
acc83c5f70
commit
92b9320e72
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user