Bug 784646 - B2G: Cannot import SIM contacts. r=gwagner

This commit is contained in:
Yoshi Huang 2012-09-28 01:37:39 +08:00
parent bf4b5617da
commit b7b3a3c4ab

View File

@ -152,7 +152,7 @@ let DOMContactManager = {
mRIL.getICCContacts(
msg.options.contactType,
function (aErrorMsg, aType, aContacts) {
if (aErrorMsg) {
if (aErrorMsg !== 'undefined') {
mm.sendAsyncMessage("Contacts:GetSimContacts:Return:KO",
{requestID: msg.requestID,
errorMsg: aErrorMsg});