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

fixes #421

parent ef38202e
No related branches found
No related tags found
No related merge requests found
......@@ -518,7 +518,7 @@ class Course_StatusgroupsController extends AuthenticatedController
$endtime = 0;
}
}
$statusgruppe = Statusgruppen::find($group_id);
$statusgruppe = new Statusgruppen($group_id);
$position = $statusgruppe->position;
$group = Statusgruppen::createOrUpdate(
$group_id,
......
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