From 9b05931ca5890fa95f554da6922b92f04612b052 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Thu, 3 Feb 2022 14:58:49 +0100
Subject: [PATCH] fixes #638

---
 app/views/my_studygroups/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/my_studygroups/index.php b/app/views/my_studygroups/index.php
index 403e4445a1b..6d7ee73b4d5 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.')) ?>
-- 
GitLab