MySQL pab driver implementation (part 4)

This commit is contained in:
RainLoop Team 2013-12-04 02:50:01 +04:00
parent ad708be88a
commit 3a4867abea
7 changed files with 255 additions and 86 deletions

View file

@ -8060,7 +8060,7 @@ PopupsComposeViewModel.prototype.sendMessageResponse = function (sResult, oData)
else
{
this.sendError(true);
window.alert(Utils.getNotification(oData.ErrorCode ? oData.ErrorCode : Enums.Notification.CantSendMessage));
window.alert(Utils.getNotification(oData && oData.ErrorCode ? oData.ErrorCode : Enums.Notification.CantSendMessage));
}
}
};

File diff suppressed because one or more lines are too long