MDL-33483 repository: Coding style tidyup

This commit is contained in:
Andrew Nicols 2017-02-27 11:31:00 +08:00
parent eccbea3dd0
commit b117fb3db9
2 changed files with 1 additions and 2 deletions

View file

@ -48,5 +48,6 @@ function xmldb_repository_googledocs_upgrade($oldversion) {
// Plugin savepoint reached.
upgrade_plugin_savepoint(true, 2017011100, 'repository', 'googledocs');
}
return true;
}