Skip to content
Snippets Groups Projects
Commit 6abf438d authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix regression from bd60f4a8, re #2232

parent f0863087
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
......@@ -753,7 +753,7 @@ class MyCoursesController extends AuthenticatedController
foreach ($_inner as $course) {
$_courses[$course['seminar_id']] = $course;
if (isset($course['children']) && is_array($couse['children'])) {
if (isset($course['children']) && is_array($course['children'])) {
foreach ($course['children'] as $child) {
$_courses[$child['seminar_id']] = $child;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment