@@ -667,9 +667,11 @@ |
||
667 | 667 | // Sends the messages. |
668 | 668 | try { |
669 | 669 | //That if was for trying to workaround the several emails sent for one record ready |
670 | - if(bigbluebuttonbn_get_count_callback_event_log($decodedparameters->record_id) == 0)){ |
|
670 | + if(bigbluebuttonbn_get_count_callback_event_log($decodedparameters->record_id) == 0) { |
|
671 | + ){ |
|
671 | 672 | bigbluebuttonbn_send_notification_recording_ready($bigbluebuttonbn); |
672 | 673 | } |
674 | + } |
|
673 | 675 | $overrides = array('meetingid' => $bigbluebuttonbn->meetingid); |
674 | 676 | $meta = '{"recordID":'.$decodedparameters->record_id.'}'; |
675 | 677 | bigbluebuttonbn_log($bigbluebuttonbn, BIGBLUEBUTTON_LOG_EVENT_CALLBACK, $overrides, $meta); |