Skip to content

Commit e41ea1e

Browse files
committed
Revert "CI Fix"
This reverts commit b358bb0.
1 parent 83d7391 commit e41ea1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/upgrade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function xmldb_cms_upgrade($oldversion) {
416416
if ($oldversion < 2024090304) {
417417
// Update files belonging to mod_cms overview section content types to use the course module context id.
418418
// Update the pathnamehash as well, otherwise files will display as missing until the content is edited and saved.
419-
// Records are effectively copied, the old records remain in case anything relies on them and they can be used to
419+
// Records are effectively copied, the old records remain in case anything relies on them and they can be used to
420420
// cross reference the new records if needed.
421421

422422
$sql = "SELECT f.*, ctx.id as ctxid

0 commit comments

Comments
 (0)