mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +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);
|
$items = new DirectoryIterator($path);
|
||||||
foreach ($items as $item) {
|
foreach ($items as $item) {
|
||||||
if ($item->isDot() or $item->isLink()) {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
$pathname = $item->getPathname();
|
$pathname = $item->getPathname();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user