Procházet zdrojové kódy

Fix invalid call to _allocateConferenceFocusError

dev1
paweldomas před 9 roky
rodič
revize
6c0aef3742
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      modules/xmpp/moderator.js

+ 1
- 1
modules/xmpp/moderator.js Zobrazit soubor

@@ -281,7 +281,7 @@ Moderator.prototype.allocateConferenceFocus =  function (callback) {
281 281
             self._allocateConferenceFocusSuccess(result, callback);
282 282
         },
283 283
         function (error) {
284
-            self._allocateConferenceFocusError(error);
284
+            self._allocateConferenceFocusError(error, callback);
285 285
         });
286 286
     // XXX We're pressed for time here because we're beginning a complex and/or
287 287
     // lengthy conference-establishment process which supposedly involves

Načítá se…
Zrušit
Uložit