mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +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 {
|
try {
|
||||||
// look for anything that is of type "none".
|
// look for anything that is of type "none".
|
||||||
// "none" is the type for "Local Mail"
|
// "none" is the type for "Local Mail"
|
||||||
localMailServer = am.findServer("","","none");
|
localMailServer = am.FindServer("","","none");
|
||||||
}
|
}
|
||||||
catch (ex) {
|
catch (ex) {
|
||||||
dump("exception in findserver: " + ex + "\n");
|
dump("exception in findserver: " + ex + "\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user