Revision: 4534
Author:   [email protected]
Date:     Thu Nov 10 00:31:11 2011
Log: Fixes issue 1249. Additional check in, Activity of type "Recording" failed to be created.
http://code.google.com/p/openmeetings/source/detail?r=4534

Modified:
 /trunk/plugins/moodle_plugin/lib.php

=======================================
--- /trunk/plugins/moodle_plugin/lib.php        Mon Oct  3 02:10:52 2011
+++ /trunk/plugins/moodle_plugin/lib.php        Thu Nov 10 00:31:11 2011
@@ -67,6 +67,8 @@
//Roomtype 0 means its and recording, we don't need to update a room for that
                if ($openmeetings->type != 0) {
$openmeetings->room_id = $openmeetings_gateway->openmeetings_updateRoomWithModeration($openmeetings);
+               } else {
+                       $openmeetings->room_id = 0;
                }

        } else {

--
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.

Reply via email to