Skip to content

Commit

Permalink
Fix #187
Browse files Browse the repository at this point in the history
fix issue that occurs during upgrade.
  • Loading branch information
danmarsden authored Jul 24, 2024
1 parent ff08a5f commit 5214161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @return bool
*/
function xmldb_local_recompletion_upgrade($oldversion) {
global $DB;
global $DB, $OUTPUT;

$dbman = $DB->get_manager();

Expand Down

0 comments on commit 5214161

Please sign in to comment.