mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-52105 enrol_self: fix upgrade savepoint
This commit is contained in:
parent
16d7b6b133
commit
fb8723d9f5
@ -55,7 +55,7 @@ function xmldb_enrol_self_upgrade($oldversion) {
|
||||
array($role->id, 'enrol/self:holdkey', CAP_PROHIBIT));
|
||||
}
|
||||
}
|
||||
upgrade_mod_savepoint(true, 2016052301, 'enrol_self');
|
||||
upgrade_plugin_savepoint(true, 2016052301, 'enrol', 'self');
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user