Comment 13 for bug 1354222

Revision history for this message
Robert Lyon (robertl-9) wrote :

On latest master codebase (pre 16.10) the issue with deletion of group files was due to artefact/file/lib.php not being called during the artefact delete_by_artefacttype() function during the deletion of a group.

I added safe_require('artefact', 'file'); to that function and for my tests the deletion of group files was done as expected

See: https://reviews.mahara.org/#/c/6446/1