fix typo in fix for bug 232982, mcd and profile auto import not playing nicely together sr=mscott

This commit is contained in:
bienvenu%nventure.com 2004-02-11 00:09:23 +00:00
Родитель 324f09cbe7
Коммит 7b6b33f9f1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,7 @@ function verifyAccounts(wizardcallback) {
var pref = Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefBranch);
try {
adminUrl = pref.GetCharPref("autoadmin.global_config_url");
adminUrl = pref.getCharPref("autoadmin.global_config_url");
}
catch (ex) {}
if (!adminUrl)