From 7a8f452c9f9239170a013d0734f45f1d6114135e Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Mon, 19 Jun 2023 09:31:41 +0000 Subject: [PATCH] fixes #2749 Closes #2749 Merge request studip/studip!1862 --- lib/classes/Seminar.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/Seminar.class.php b/lib/classes/Seminar.class.php index 2ce08954794..18c045f62bc 100644 --- a/lib/classes/Seminar.class.php +++ b/lib/classes/Seminar.class.php @@ -2161,7 +2161,7 @@ get_title_for_status('dozent', 1, $this->status))); $membership->position = $counter++; $membership->store(); }, - "Seminar_id = ? AND user_id = IN (?)", + "Seminar_id = ? AND user_id IN (?)", [$this->id, $members] ); return $this; -- GitLab