Skip to content

Commit

Permalink
MDL-52105 enrol_self: fix upgrade savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Aug 15, 2016
1 parent 16d7b6b commit fb8723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/self/db/upgrade.php
Expand Up @@ -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;
Expand Down

0 comments on commit fb8723d

Please sign in to comment.