Skip to content

Commit

Permalink
Issue 228: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jnlar committed Dec 20, 2022
1 parent 4b09771 commit c846194
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 @@ -142,7 +142,7 @@ function xmldb_block_configurable_reports_upgrade($oldversion) {
$dbman->add_field($table, $field);
}
upgrade_plugin_savepoint(true, 2022122000, 'block', 'configurable_reports');
}
}

return true;
}

0 comments on commit c846194

Please sign in to comment.