Skip to content
Snippets Groups Projects
Commit 25cfa9e2 authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

fixes #2540

Closes #2540

Merge request studip/studip!1716
parent 1c300e64
No related branches found
No related tags found
No related merge requests found
......@@ -2162,7 +2162,7 @@ get_title_for_status('dozent', 1, $this->status)));
$membership->store();
},
"Seminar_id = ? AND user_id = IN (?)",
[$this->course_id, $members]
[$this->id, $members]
);
return $this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment