mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-31973-master-6' of git://git.luns.net.uk/moodle
Conflicts: lib/db/upgrade.php
This commit is contained in:
commit
238f7761af
14 changed files with 161 additions and 7 deletions
|
@ -515,3 +515,7 @@ function page_dndupload_handle($uploadinfo) {
|
|||
|
||||
return page_add_instance($data, null);
|
||||
}
|
||||
|
||||
function mod_page_allow_group_member_remove($itemid, $groupid, $userid) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue