From adf0fc1ce83212a54e5244a5f314c10e9aa08065 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Tue, 28 Mar 2017 14:53:20 -0500 Subject: [PATCH] Fix meeting list for BBB - refs BT#12494 --- plugin/bbb/lib/bbb.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/bbb/lib/bbb.lib.php b/plugin/bbb/lib/bbb.lib.php index 9cf4187417..4beba37a8e 100755 --- a/plugin/bbb/lib/bbb.lib.php +++ b/plugin/bbb/lib/bbb.lib.php @@ -628,8 +628,8 @@ class bbb ); $isGlobal = $this->isGlobalConference(); $newMeetingList = array(); - $item = array(); foreach ($meetingList as $meetingDB) { + $item = array(); $courseId = $meetingDB['c_id']; $courseInfo = api_get_course_info_by_id($courseId); $courseCode = $courseInfo['code'];