Skip to content
Snippets Groups Projects
Commit 8c87ed80 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

fixes #2749

Closes #2749

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