Revision: 4649
Author: seba.wagner
Date: Thu Dec 1 05:50:48 2011
Log: Fix wrong reference
http://code.google.com/p/openmeetings/source/detail?r=4649
Modified:
/trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx
=======================================
--- /trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx
Thu Dec 1 05:41:54 2011
+++ /trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx
Thu Dec 1 05:50:48 2011
@@ -637,7 +637,7 @@
}
if (value != null && value.length > 0) {
if ($debug) Debug.write("Give exclusive audio keycode
is: ", value[0].conf_value);
- parent.setAttribute('GIVE_EXCLUSIVE_AUDIO_KEY',
value[0].conf_value);
+ canvas.setAttribute('GIVE_EXCLUSIVE_AUDIO_KEY',
value[0].conf_value);
} else {
if ($debug) Debug.warn("xmlcrm.getGeneralOptions
empty!");
}
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.