diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as b/bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
index 94c1576f72a6c5e2dff72a0138ddef0214cc506e..8340c2f278391c42911451b6c8ff0f7001698c13 100755
--- a/bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
+++ b/bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
@@ -752,9 +752,9 @@ package org.bigbluebutton.main.model.users
 									logData.logCode = "reconnect_attempt_failed";
 									LOGGER.info(JSON.stringify(logData));
 									
-                    var attemptFailedEvent:BBBEvent = new BBBEvent(BBBEvent.RECONNECT_CONNECTION_ATTEMPT_FAILED_EVENT);
-                    attemptFailedEvent.payload.type = ReconnectionManager.BIGBLUEBUTTON_CONNECTION;
-                    dispatcher.dispatchEvent(attemptFailedEvent);
+                    var attemptFailedEvent1:BBBEvent = new BBBEvent(BBBEvent.RECONNECT_CONNECTION_ATTEMPT_FAILED_EVENT);
+                    attemptFailedEvent1.payload.type = ReconnectionManager.BIGBLUEBUTTON_CONNECTION;
+                    dispatcher.dispatchEvent(attemptFailedEvent1);
                 } else {
                     reconnecting = true;
                     LiveMeeting.inst().me.authTokenValid = false;
@@ -787,9 +787,9 @@ package org.bigbluebutton.main.model.users
                 logData.logCode = "reconnect_attempt_failed";
                 LOGGER.info(JSON.stringify(logData));
                 
-                var attemptFailedEvent:BBBEvent = new BBBEvent(BBBEvent.RECONNECT_CONNECTION_ATTEMPT_FAILED_EVENT);
-                attemptFailedEvent.payload.type = ReconnectionManager.BIGBLUEBUTTON_CONNECTION;
-                dispatcher.dispatchEvent(attemptFailedEvent);
+                var attemptFailedEvent2:BBBEvent = new BBBEvent(BBBEvent.RECONNECT_CONNECTION_ATTEMPT_FAILED_EVENT);
+                attemptFailedEvent2.payload.type = ReconnectionManager.BIGBLUEBUTTON_CONNECTION;
+                dispatcher.dispatchEvent(attemptFailedEvent2);
             } else {
                 logData.reason = reason;
                 logData.app = "apps";