mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
spelling fix
This commit is contained in:
parent
a873afc1f7
commit
07aa46b334
@ -153,7 +153,7 @@ function imsc_migrate_get_old_files($path, $relative) {
|
||||
$items = new DirectoryIterator($path);
|
||||
foreach ($items as $item) {
|
||||
if ($item->isDot() or $item->isLink()) {
|
||||
// symbolik links could create infinite loops or cause unintended file migration, sorry
|
||||
// symbolic links could create infinite loops or cause unintended file migration, sorry
|
||||
continue;
|
||||
}
|
||||
$pathname = $item->getPathname();
|
||||
|
Loading…
x
Reference in New Issue
Block a user