From 768c27db31c446c36583f3900157df2a831523eb Mon Sep 17 00:00:00 2001
From: David Siegfried <david.siegfried@uni-vechta.de>
Date: Wed, 25 Sep 2024 13:44:13 +0000
Subject: [PATCH] show waiting-list, fixes #4632

Closes #4632

Merge request studip/studip!3443
---
 app/views/my_courses/waiting_list.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/my_courses/waiting_list.php b/app/views/my_courses/waiting_list.php
index 31509b3b656..defe0ff49be 100644
--- a/app/views/my_courses/waiting_list.php
+++ b/app/views/my_courses/waiting_list.php
@@ -6,7 +6,7 @@
 
 ?>
 
-<? if (empty($waiting_list)) : ?>
+<? if (!empty($waiting_list)) : ?>
     <table class="default collapsable" id="my_waitlists">
         <caption>
             <?= _('Anmelde- und Wartelisteneinträge') ?>
-- 
GitLab