Fix migration
This commit is contained in:
miroman-afk
2023-08-11 11:55:39 +03:00
parent ee1ad42c38
commit 0b5df57d08
3 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ class UpdateCoreInterface230 extends Migration
if (file_exists(CORE_PATH . '/../../web/libs/xlsx/' . $file)) {
copy(CORE_PATH . '/../../web/libs/xlsx/' . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file . '.bak');
}
copy($cssUpd . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file);
copy($libsUpdXlsx . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file);
}
}
}