12204 fix pre-update

This commit is contained in:
Fred Tempez 2023-02-10 10:08:33 +01:00
parent b74a741bb7
commit 50a664638d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if ($version['core']['dataVersion'] < 12000) {
is_dir('site/data/' . $key) &&
!is_dir('site/data/' . $value)
) {
rename('site/data/' . $key, self::DATA_DIR . $value);
rename('site/data/' . $key, 'site/data/' . $value);
}
}
}