Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 6, 2010
1 parent c1312d8 commit 79adebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ function xmldb_main_upgrade($oldversion) {
WHERE bi.id = ctx.instanceid AND ctx.contextlevel=" . CONTEXT_BLOCK . ")";
$DB->execute($sql);

/// TODO MDL-19776 We should not really use API funcitons in upgrade.
/// TODO MDL-19776 We should not really use API functions in upgrade.
/// If MDL-19776 is done, we can remove this whole upgrade block.
build_context_path();

Expand Down

0 comments on commit 79adebe

Please sign in to comment.