Skip to content
Snippets Groups Projects
Commit 7adf8a42 authored by David Siegfried's avatar David Siegfried Committed by Thomas Hackl
Browse files

fixes #3845

Closes #3845

Merge request studip/studip!2712
parent d0148002
No related branches found
No related tags found
No related merge requests found
......@@ -708,7 +708,7 @@ class Statusgruppen extends SimpleORMap implements PrivacyObject
* This callback is called after deleting a User.
* It removes courseware task entries that are associated with the group.
*/
public function cbRemoveTask()
public function cbRemoveTasks()
{
\Courseware\Task::deleteBySQL(
'`solver_id` = ? AND `solver_type`= "group"',
......
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