Skip to content

Commit

Permalink
MDL-77608 h5p: Fix after rewrite
Browse files Browse the repository at this point in the history
Minor changes, like removing extra line at the end of the file or adding
comment in lib/db/upgrade.php.
  • Loading branch information
sarjona committed Mar 17, 2023
1 parent 4bc059c commit 3acf967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3159,6 +3159,8 @@ function xmldb_main_upgrade($oldversion) {
if (!$dbman->field_exists($table, $field)) {
$dbman->add_field($table, $field);
}

// Main savepoint reached.
upgrade_main_savepoint(true, 2023031400.01);
}

Expand Down
1 change: 0 additions & 1 deletion mod/h5pactivity/tests/lib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,3 @@ public function test_h5pactivity_reset_userdata() {
$this->assertEquals(0, $DB->count_records('xapi_states'));
}
}

0 comments on commit 3acf967

Please sign in to comment.