mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge remote-tracking branch 'skodak/w03_MDL-31117_m23_grouptodo'
This commit is contained in:
commit
1b81892765
@ -267,7 +267,6 @@ class core_group_external extends external_api {
|
||||
|
||||
$transaction = $DB->start_delegated_transaction();
|
||||
|
||||
// TODO: this is problematic because the DB rollback does not handle deleting of group images!
|
||||
foreach ($params['groupids'] as $groupid) {
|
||||
// validate params
|
||||
$groupid = validate_param($groupid, PARAM_INTEGER);
|
||||
|
Loading…
x
Reference in New Issue
Block a user