mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
spelling fix
This commit is contained in:
parent
a873afc1f7
commit
07aa46b334
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue