Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Sep 20, 2024
1 parent 91844da commit a9e673a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function xmldb_local_adler_upgrade($oldversion): bool {
}
}
} catch (moodle_exception $e) {
// $success = false;
throw $e;
$success = false;
// throw $e;
}

// Logging the upgrade.
Expand All @@ -38,4 +38,4 @@ function xmldb_local_adler_upgrade($oldversion): bool {

// Everything has succeeded to here. Return true.
return true;
}
}

0 comments on commit a9e673a

Please sign in to comment.