Bug 1104590 - Fix missing argument. r=hsinyi

This commit is contained in:
Szu-Yu Chen [:aknow] 2014-12-14 19:46:48 +08:00
parent 7bdcd75c42
commit 8051af2598

View File

@ -1241,7 +1241,7 @@ TelephonyService.prototype = {
}
// Handle cached dial request.
if (this._cachedDialRequest && !this._getOneActiveCall()) {
if (this._cachedDialRequest && !this._getOneActiveCall(aClientId)) {
if (DEBUG) debug("All calls held. Perform the cached dial request.");
let request = this._cachedDialRequest;