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

fixes #1904

Closes #1904

Merge request studip/studip!1247
parent 74b970a8
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class Course_MembersController extends AuthenticatedController
];
//check for admission / waiting list
AdmissionApplication::addMembers($this->course->id);
AdmissionApplication::addMembers($this->course_id);
$this->checkUserVisibility();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment