diff --git a/app/views/my_studygroups/index.php b/app/views/my_studygroups/index.php
index 403e4445a1b8818327a1abd8d0359d2325ad97fa..6d7ee73b4d53297c3e505100d9e91c089049907d 100644
--- a/app/views/my_studygroups/index.php
+++ b/app/views/my_studygroups/index.php
@@ -23,7 +23,7 @@
                 <th></th>
             </tr>
         </thead>
-        <?= $this->render_partial('my_studygroups/_course', compact('courses')) ?>
+        <?= $this->render_partial('my_studygroups/_course', compact('studygroups')) ?>
     </table>
 <? else : ?>
     <?= MessageBox::info(_('Sie haben bisher noch keine Studiengruppe gegründet oder sich in eine eingetragen.')) ?>