@@ -3362,7 +3362,7 @@ discard block |
||
3362 | 3362 | } |
3363 | 3363 | |
3364 | 3364 | if (!empty($platformCourses)) { |
3365 | - foreach ($platformCourses as $course) { |
|
3365 | + foreach ($platformCourses as $course) { |
|
3366 | 3366 | $courses[$course['real_id']] = $course; |
3367 | 3367 | } |
3368 | 3368 | } |
@@ -6085,7 +6085,7 @@ discard block |
||
6085 | 6085 | ]); |
6086 | 6086 | } |
6087 | 6087 | |
6088 | - /** |
|
6088 | + /** |
|
6089 | 6089 | * Get the count of user courses in session |
6090 | 6090 | * @param int $sessionId The session id |
6091 | 6091 | * @return array |