v.2.32
Fix migration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hrc-admin/hello-world",
|
||||
"version": "2.31",
|
||||
"version": "2.32",
|
||||
"require": {
|
||||
"horeca/admin-php-module-core": "dev-master",
|
||||
"guzzlehttp/guzzle": "^7.4",
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[info]
|
||||
name=V1
|
||||
version=2.31
|
||||
version=2.32
|
||||
[build]
|
||||
version=2.31
|
||||
version=2.32
|
||||
|
||||
Reference in New Issue
Block a user