Skip to content
Snippets Groups Projects
Commit 7a8f452c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #2749

Closes #2749

Merge request studip/studip!1862
parent 25ae8450
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)));
$membership->position = $counter++;
$membership->store();
},
"Seminar_id = ? AND user_id = IN (?)",
"Seminar_id = ? AND user_id IN (?)",
[$this->id, $members]
);
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